Author |
Message |
Topic: Trigger help |
Cisne
Replies: 4
Views: 6028
|
Forum: zMUD General Discussion Posted: Mon Oct 24, 2005 7:04 pm Subject: Trigger help |
the second one didn't seem to work either it would put out a long code. is there a command to just enter that last command that was put to that screen? |
Topic: Trigger help |
Cisne
Replies: 4
Views: 6028
|
Forum: zMUD General Discussion Posted: Mon Oct 24, 2005 5:37 pm Subject: Trigger help |
You could do...
#TRIGGER {^Your armor causes your spell to fizzle out!} {:cleric:c 'full heal' warrior}
Or
#TRIGGER {^Your armor causes your spell to fizzle out!} {%lastcom}
I thought abou ... |
Topic: Trigger help |
Cisne
Replies: 4
Views: 6028
|
Forum: zMUD General Discussion Posted: Mon Oct 24, 2005 2:24 pm Subject: Trigger help |
So far i have a trigger based on my HP that tell the cleric screen to full heal me when ever my hp is >46% it looks like
#if @autoheal=1 {#if @HPper<46 {
#say You're Getting Healed
... |
|