Here are three versions I've tried to write for this training trigger, and none of them work.
What I want. A training trigger that will delay firing the command that starts the loop over.
Here are the three I tried. Now I know it's possible from the helpfiles @ http://www.zuggsoft.com/library/trigadv.htm%C2'> just don't know how to do it myself.
Here is what I've tried so far. The trigger itself is fine and it fires. But the Conditional isn't pulled into the trigger when I import the file "settings, import, script ASCII" and when I manually add it it doesn't do anything either. Even though ZMUD seems to recognize that it's a condition....Help?
1
#CLASS 0
#CLASS {Char|Training}
#TRIGGER {You tell your group 'Get up and keep going.'} {wake;v;v;v;v;v;v;sle}
#COND {} {;get up and keep going.} {Wait|Param=6000}
2
#CLASS 0
#CLASS {Char|Training}
#TRIGGER {You tell your group 'Get up and keep goin.'} {wake;v;v;v;v;v;v;sle;#ALARM +5 {;Get up and keep goin.}}
#TRIGGER {You go to sleep.} {#CW high,red;#WAIT 5000;;get up and keep goin.}
3
#CLASS 0
#CLASS {Char|Training2}
#TRIGGER {You tell your group 'get up and keep movin.} {wake;v;sle}
#COND {} {;get up and keep movin.} {Wait|Param=2000}
