/def -p1 -aB -mregexp -t'^You STUN ([^\.]*)[\.]*$' stunmonsie = \ /set stuntarget=%P1%;\ /def -n1 -F -mregexp -t"^(.+)$$" catchdiscipline1 = \ /if ({P0}!/"*WHO breaks the stun*") /send p' Stunned %stuntarget [For real!]%%;\ /else /send p' %stuntarget shrugged my stun!%%;\ /endif /def -p1 -aB -mregexp -t'^([A-Z].*) is STUNNED from the force of ([A-Z][a-z]+).*$' otherstun = \ /set stuntargetrd=%P1%;\ /set stunner=%P2%;\ /def -n1 -F -mregexp -t"^(.+)$$" catchdiscipline2 = \ /if ({P0}!/"*WHO breaks the stun quickly*") /send p' %stuntargetrd is STUNNED [by %stunner]%%;\ /else /send p' %stuntargetrd shrugged %stunner's stun!%%;\ /endif