| Author |
Message |
Topic: hrm |
scudfly
Replies: 9
Views: 4627
|
Forum: zMUD General Discussion Posted: Sun Aug 20, 2006 3:51 am Subject: hrm |
#FUNC is not like #VAR, it will NOT expand variables,
so the output is correct.
I've wrote some useful script with the help of #FUNC for years,
you could just try and see the output. |
Topic: hrm |
scudfly
Replies: 9
Views: 4627
|
Forum: zMUD General Discussion Posted: Sat Aug 19, 2006 2:29 pm Subject: hrm |
Hi,
You could do the following:
#FUNC list "#IF (@class = syssin) {hypnotise @tar}|#IF (@balance = 1) {seal @tar 10}"
#ALIAS newalias {<%expandlist(@list,";")>}
I guess the output ... |
| |