Author |
Message |
Topic: Alarm - Need help |
rgross
Replies: 1
Views: 3446
|
Forum: zMUD General Discussion Posted: Tue Jan 10, 2006 10:55 pm Subject: Alarm - Need help |
I have an alarm and an alias that work together, and function correctly. They are:
#TRIGGER {Your assassination attempt goes wide of the mark.} {#alarm assassinate {+24:00& ... |
Topic: If statement problem |
rgross
Replies: 8
Views: 7409
|
Forum: zMUD General Discussion Posted: Wed Dec 28, 2005 7:25 pm Subject: If statement problem |
Trimming it seemed to do the trick. Thanks |
Topic: If statement problem |
rgross
Replies: 8
Views: 7409
|
Forum: zMUD General Discussion Posted: Wed Dec 28, 2005 5:35 pm Subject: If statement problem |
Switched to %-1, still not firing. |
Topic: If statement problem |
rgross
Replies: 8
Views: 7409
|
Forum: zMUD General Discussion Posted: Wed Dec 28, 2005 3:47 pm Subject: If statement problem |
Made that change, and now rather than all of them firing, none of them fire. The only parts that fire are the first two lines that aren't within an if statement.
#mes Notch %1
#cap Flee
#win F ... |
Topic: If statement problem |
rgross
Replies: 8
Views: 7409
|
Forum: zMUD General Discussion Posted: Tue Dec 27, 2005 10:46 pm Subject: If statement problem |
Tried that but got the same result.
#mes Notch "%-1"
#cap Flee
#win Flee %time( hh:mm:ss)
#if ("%-1" = 'spellcast nature') {
#win Flee @nat ... |
Topic: If statement problem |
rgross
Replies: 8
Views: 7409
|
Forum: zMUD General Discussion Posted: Tue Dec 27, 2005 9:56 pm Subject: If statement problem |
Not sure what's up here. I have the following trigger setup. However, none of the if statements seem to function as I intend. Essentially any time the line "You have learned something new about" co ... |
|