Author |
Message |
Topic: Zmud Trigger in Cmud |
jaden198
Replies: 15
Views: 13955
|
Forum: CMUD General Discussion Posted: Tue Apr 26, 2011 2:02 pm Subject: Zmud Trigger in Cmud |
#EXECUTE did the trick.
Alias: Target
$targ=%1
$zone=%2
#exec {#trigger {You see* $targ *to the (%w)} {ff $targ ~%1} ($zone)}
Creates a Class Folder for each zone and puts the trigger for eac ... |
Topic: Zmud Trigger in Cmud |
jaden198
Replies: 15
Views: 13955
|
Forum: CMUD General Discussion Posted: Tue Apr 26, 2011 4:36 am Subject: Zmud Trigger in Cmud |
The idea is to manually build a list of targets contained in a particular zone. When I scan, I see:
You see the Clan Training Dummy to the west.
I'm attempting to create an alias that will crea ... |
Topic: Zmud Trigger in Cmud |
jaden198
Replies: 15
Views: 13955
|
Forum: CMUD General Discussion Posted: Mon Apr 25, 2011 10:17 pm Subject: Zmud Trigger in Cmud |
Original Zmud line was
#ALIAS target {targ=%1;zone=%2;#trigger {You see* <@targ>* to the (%w)} {ff %1 %%1} {@zone}}
Basically, the alias "target" could be used to designate targets within ... |
|