|
dazed-n-confused999 Wanderer
Joined: 03 Aug 2004 Posts: 79
|
Posted: Tue Dec 30, 2008 2:45 am
%item not working |
I use triggers to add aliases to a list. Then I use a macro to call upon each of the items in the list one at a time using:
%item(@list, 1)
This worked with zmud, why does cmud not parse the ailiases contained inside the list?
It seems like its trying to send the command directly to the mud, cause I always get some message like "what do you mean?" or something like that. |
|
|
|
calesta Apprentice
Joined: 07 Dec 2008 Posts: 102 Location: New Hampshire, USA
|
Posted: Tue Dec 30, 2008 2:57 am |
Not sure what changed between zMUD and CMUD to break it, but you can just put a #exec in front of the existing %item function call and it should work.
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Dec 30, 2008 3:58 am |
This did.
|
|
|
|
|
|