Thread: variables?
View Single Post
  #4  
Old 04-05-2010, 03:47 PM
Tsuelf Tsuelf is offline
Wanderer
 
Join Date: Mar 2010
Location: home
Posts: 3
Default #var Dragon Stance/Savage Talons

I want to set up a trigger better than just:
#act {You are no longer affected by: dragon stance.}{dragon stance}

I'd like it to be something like.

#act {You are no longer affected by: dragon stance.}{aff}
if the affect is strength + savage talons, then #alias {kill}{vicious fist}
and if the affect is just strength, then #unalias kill
if there are no affects at all giving strength or savage talons then I'd like it
to reperform dragon stance.

I think I understand the #var {savageTalon}{1}
#if {$savageTalon == 1}{#alias kill vicious}
I just have no idea how to put it all together.
Reply With Quote