Frenzy - Script .NET
Posted: Wed Mar 29, 2006 10:44 am
Just started learning Wintin.NET, and tried writing some own scripts.... So i made this frenzy script, with most of the syntax from Jezer's stone skin script, but it somehow does not block me from frenziying again when i am already in frenzy....
#defgroup {frenzy}
#alias {fre} {#if {$vfrenzy = 0} {frenzy}} {G|frenzy}
#action {You are incapable of channeling your anger.} {fre} {G|frenzy}
#action {You begin to channel your anger and enter a state of frenzy.} {#var {vfrenzy} {1}} {G|frenzy}
#action {You calm down and return to a peaceful state of mind.} {#var {vfrenzy} {0};#showme {FRENZY DOWN!}} {G|frenzy}
#gag {You are incapable of channeling your anger.} {G|frenzy}
#gag {You begin to channel your anger and enter a state of frenzy.} {G|frenzy}
#gag {You calm down and return to a peaceful state of mind.}
#highlight {yellow} {FRENZY DOWN!} {G|frenzy}
#var {vfrenzy} {0} {G|frenzy}
#defgroup {}
Thanks, NW
#defgroup {frenzy}
#alias {fre} {#if {$vfrenzy = 0} {frenzy}} {G|frenzy}
#action {You are incapable of channeling your anger.} {fre} {G|frenzy}
#action {You begin to channel your anger and enter a state of frenzy.} {#var {vfrenzy} {1}} {G|frenzy}
#action {You calm down and return to a peaceful state of mind.} {#var {vfrenzy} {0};#showme {FRENZY DOWN!}} {G|frenzy}
#gag {You are incapable of channeling your anger.} {G|frenzy}
#gag {You begin to channel your anger and enter a state of frenzy.} {G|frenzy}
#gag {You calm down and return to a peaceful state of mind.}
#highlight {yellow} {FRENZY DOWN!} {G|frenzy}
#var {vfrenzy} {0} {G|frenzy}
#defgroup {}
Thanks, NW