|
Tkulth Newbie
Joined: 08 Dec 2005 Posts: 3
|
Posted: Mon Nov 21, 2011 3:27 pm
help converting zmud alias/trigger into cmud |
I'm trying to convert this but coming up short.
#trig {T: %w} {#var current_Tank %1}
#al {glt} {glance @current_Tank}
#al {star} {cast 'stone skin' @current_Tank}
any helps thanks! |
|
|
|
hadar Apprentice
Joined: 30 Aug 2009 Posts: 198 Location: my apt, in california
|
Posted: Mon Nov 21, 2011 5:05 pm |
#trig {T: (%w)} {#var current_Tank %1}
#al {glt} {glance @current_Tank}
#al {star} {cast 'stone skin' @current_Tank}
a trigger needs () around the thing you are capturing |
|
_________________ if you build it they will come, assuming that they have not already come to build it
Aardwolf Bootcamp
My youtube channel
Last edited by hadar on Mon Nov 21, 2011 5:14 pm; edited 2 times in total |
|
|
|
Tkulth Newbie
Joined: 08 Dec 2005 Posts: 3
|
Posted: Mon Nov 21, 2011 5:10 pm |
oooh thanks!
|
|
|
|
|
|