Author |
Message |
Topic: highlight enemies automatically? |
Racer
Replies: 7
Views: 6217
|
Forum: zMUD General Discussion Posted: Tue Jun 18, 2002 1:19 pm Subject: highlight enemies automatically? |
very cool! thanks!
|
Topic: highlight enemies automatically? |
Racer
Replies: 7
Views: 6217
|
Forum: zMUD General Discussion Posted: Mon Jun 17, 2002 4:12 pm Subject: highlight enemies automatically? |
One last question...Is there anyway I could accomplish this same task using a Zmud DB instead of just variables so that I can retain the information when I log off?
|
Topic: highlight enemies automatically? |
Racer
Replies: 7
Views: 6217
|
Forum: zMUD General Discussion Posted: Mon Jun 17, 2002 2:52 pm Subject: highlight enemies automatically? |
I changed the line:
#trigger {{@enemies}} {#CW red}
to
#trigger {({@enemies})} {#CW red}
and it works now...
|
Topic: highlight enemies automatically? |
Racer
Replies: 7
Views: 6217
|
Forum: zMUD General Discussion Posted: Mon Jun 17, 2002 2:32 pm Subject: highlight enemies automatically? |
I tried setting this up, but it's not working correctly. Unless ALL of my enemies are listed on the line, it won't highlight the names in red.
My sample "test trigger" line comes up like ... |
Topic: highlight enemies automatically? |
Racer
Replies: 7
Views: 6217
|
Forum: zMUD General Discussion Posted: Sun Jun 16, 2002 9:20 pm Subject: highlight enemies automatically? |
Thanks for the reply. This looks much easier than I expected. I'll try it out and let you know how it works...
Thanks again!
|
Topic: highlight enemies automatically? |
Racer
Replies: 7
Views: 6217
|
Forum: zMUD General Discussion Posted: Fri Jun 14, 2002 6:30 pm Subject: highlight enemies automatically? |
I am a complete novice when it comes to Zmud, but I thought it would be cool to have a trigger/script to do the following:
The mud I'm on has assassins, who can be listed with the command "who ... |
|