Author |
Message |
Topic: Alarm ID interfering with execution |
Muorshai
Replies: 4
Views: 4447
|
Forum: zMUD General Discussion Posted: Thu May 01, 2003 12:49 am Subject: Alarm ID interfering with execution |
Nope, tried a few variations for delays to create the new trigger up to a second or so, no luck.
|
Topic: Alarm ID interfering with execution |
Muorshai
Replies: 4
Views: 4447
|
Forum: zMUD General Discussion Posted: Wed Apr 30, 2003 6:41 am Subject: Alarm ID interfering with execution |
Ok, here's a strange one, I have the following expression trigger set up....
((@Health_Mana_Queue <> %null) AND (@Health_Mana_Balance = 1))
This code works perfectly
Health_Mana_Balance ... |
Topic: String Variables and Triggering |
Muorshai
Replies: 2
Views: 4137
|
Forum: zMUD General Discussion Posted: Sat Apr 13, 2002 1:16 am Subject: String Variables and Triggering |
The way I use the stringlist for multiple whatever detection is using the %ismembercommand.
trigger to the line "(%w) flies in."
#IF (%ismember(%1,@enemieslist) {highlight commands}
( ... |
Topic: Database variable, sorting |
Muorshai
Replies: 3
Views: 9875
|
Forum: zMUD General Discussion Posted: Sun Jan 20, 2002 7:29 pm Subject: Database variable, sorting |
This may be a bit of a late reply, but I'll post it anyway. I may suggest that instead of a database, create a stringlist for each vial type (eg. health, mana, etc) and a stringlist for each type of v ... |
|