Oldest known version of this page was edited on 2008-06-20 07:47:29 by SabirVesek []
Page view:
#defgroup {Stand}
#action {^The world stops spinning.} {stand;alert} {G|Stand} {T|WT}
#action {^Unable to reverse your swing you lose your balance and crash to your knee.} {stand} {G|Stand} {T|WT}
#action {^You are knocked to the ground by %0 mighty bash!} {stand} {G|Stand} {T|WT}
#action {^You can't concentrate enough while resting.} {stand} {G|Stand} {T|WT}
#action {^You can't do this sitting!} {stand} {G|Stand} {T|WT}
#action {^You fall to your knees.} {stand} {G|Stand} {T|WT}
#action {^You snap out of your meditative trance, memorization complete.} {stand} {G|Stand} {T|WT}
#action {^Your prayers are complete.} {stand} {G|Stand} {T|WT}
#action {^Your studies are complete.} {stand} {G|Stand} {T|WT}
#action {and fly over their head landing face firt in the dirt!} {stand} {G|Stand} {T|WT}
#action {directly into the ground!} {stand} {G|Stand} {T|WT}
#action {lifts you lightly and smashes you against the ground!} {stand} {G|Stand} {T|WT}
#action {mighty kick sends you crashing into the wall!} {stand} {G|Stand} {T|WT}
#action {sending you flying} {stand} {G|Stand} {T|WT}
#action {shouts out loudly.. MOVING!!!!} {stand} {G|Stand} {T|WT}
#action {tackles you square in the chest knocking the wind out of you!} {stand} {G|Stand} {T|WT}
#action {tripping you} {stand} {G|Stand} {T|WT}
#action {you fall} {stand} {G|Stand} {T|WT}
#defgroup {}
A few quick note. The ^ forces the trigger/action to only activate if its at the start of a newline. This means Twink tells you in common 'Your studies are complete.' will not force you to stand. However the shouts out loudly.. MOVING!!!! string can be abused. Some actions are best only used when exping. The above script is a stand group written for
WinTin.Net. the strings are the same in Zmud, just change the format.
These are written as actions. ie:
#action {sending you flying} {stand} {G|Stand} {T|WT}
#action = triggers the mud client to begin the command
{sending you flying} = is the line #action recognizes
{stand} = is the command you send back to the mud
{G|Stand} {T|WT} = Wintin.net script formatting