Thread: variables?
View Single Post
  #5  
Old 04-05-2010, 04:23 PM
Tsuelf Tsuelf is offline
Wanderer
 
Join Date: Mar 2010
Location: home
Posts: 3
Default what's wrong with these strings?

#var savagetalons {0}

#act {You are no longer affected by: dragon}{#outp {white}SAVAGETALONS};
#math {savagetalons} {$savagetalons+1};checkdragon;checksavage}}

#alias {checkdragon} {#if {$savagetalons=2} {dragon stance};#var savagetalons {0};#alias {kill}{vicious}}

#alias {checksavage} {#if {$savagetalons=1} {#unalias kill}}
Reply With Quote