Author |
Message |
Topic: Trigger Assistance |
Cayr
Replies: 11
Views: 4151
|
Forum: zMUD General Discussion Posted: Tue Dec 12, 2006 4:04 pm Subject: Trigger Assistance |
Well, what would the ALARM text be to insert into that trigger rather than the WAIT? |
Topic: Trigger Assistance |
Cayr
Replies: 11
Views: 4151
|
Forum: zMUD General Discussion Posted: Tue Dec 12, 2006 3:55 pm Subject: Trigger Assistance |
The time between the MUD sending the trigger prompt, and the time the trigger commands are sent, needs to be more than instant but less than a long time. So, I was going for four-digit times in WAIT. |
Topic: Trigger Assistance |
Cayr
Replies: 11
Views: 4151
|
Forum: zMUD General Discussion Posted: Tue Dec 12, 2006 2:05 am Subject: Trigger Assistance |
Well, I don't want the trigger to look instant. Thanks for the edit, though. Do I need to completely remove the @ sign from both PUSHUPS, or just the last one?
EDIT: Figured it out. Thanks again fo ... |
Topic: Trigger Assistance |
Cayr
Replies: 11
Views: 4151
|
Forum: zMUD General Discussion Posted: Mon Dec 11, 2006 11:53 pm Subject: Trigger Assistance |
#wa 1980;#if {@pushups=2} {look;#reset;pushup} {#add @pushups 1;#wa 1308;pushup}
Alright. What this is supposed to do is increment the PUSHUPS variable each time the trigger fires. Basically, when ... |
|