Author |
Message |
Topic: a few #IF's |
lYPh
Replies: 2
Views: 891
|
Forum: zMUD General Discussion Posted: Tue Apr 15, 2003 6:19 am Subject: a few #IF's |
brilliant, thanks |
Topic: a few #IF's |
lYPh
Replies: 2
Views: 891
|
Forum: zMUD General Discussion Posted: Tue Apr 15, 2003 2:33 am Subject: a few #IF's |
hello,
zMUD 6.4 and i have an alias to put some targets into a string:
#AL tar {
#IF %1=%null {#EC TAR TARGETNAME;#EC TAR BASH;#EC TAR CLEAR}
#IF %1 {#ADDI target_list %-1}
#IF %1=bash {#FO @ ... |
Topic: #LOOP |
lYPh
Replies: 2
Views: 1030
|
Forum: zMUD General Discussion Posted: Mon Apr 14, 2003 3:55 pm Subject: #LOOP |
just wanted to know; thanks anyway |
Topic: #LOOP |
lYPh
Replies: 2
Views: 1030
|
Forum: zMUD General Discussion Posted: Mon Apr 14, 2003 1:56 pm Subject: #LOOP |
hello,
zMUD 6.4 and i have an alias to make macros for all of the F-KEYS:
#AL test {#LOO 1,12 {#KE F%i {target=%item(@target_list,%i)}}}
the value of the keys end up as:
target=%item(@target_ ... |
|