|
Moorthon Newbie
Joined: 29 Sep 2005 Posts: 5
|
Posted: Sat Oct 01, 2005 12:26 am
Correct Trigger, Wrong Outcome? |
On a DBZ-based MUD I am playing on. I have this trigger setup on my Half-Breed that has reached SSJ1 so far. In order to reach SSJ2, I have to be transformed while fighting and work up my rage. I made this trigger in hopes that when I kill a mob, it checks if I am in SSJ1 form or not, but even when I am, the #IF statement only executes that False part.
Code: |
(%w) crashes to the ground...(%w) is DEAD!!
#IF (@SSJ=Yes) {attack @NextMob} {
powerdown
transform
#ALARM +10 {attack @NextMob}
}
|
|
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Sat Oct 01, 2005 1:43 am |
Try putting yes with quotes, "Yes"
|
|
|
|
Moorthon Newbie
Joined: 29 Sep 2005 Posts: 5
|
Posted: Sat Oct 01, 2005 2:08 am |
Well, I thought I tried that. But it's working now...
Thanks... |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|