|
dhansen Newbie
Joined: 13 Jan 2005 Posts: 3
|
Posted: Wed Jan 19, 2005 8:17 pm
Trigger with variable |
Looking for a way to create a trigger with a variable.
Example text
Player12345 pants heavily.
Require trigger
cast 'refresh' Player12345
Thanks |
|
|
|
misterbalrog Apprentice
Joined: 26 Oct 2004 Posts: 108
|
Posted: Wed Jan 19, 2005 9:16 pm |
#tr {&ctarget pants heavily.} {cast 'refresh' @ctarget}
That should work... |
|
|
|
|
|