meyn Beginner
Joined: 06 Mar 2008 Posts: 27
|
Posted: Wed Apr 02, 2008 5:31 pm
Please help with #LMAP command |
i'm having trouble working out the #LMAP command
#LMAP @ithinkigotit {%roomname( %i)}
#VAR ithinkigotit is a speedwalk path that can be set to various places, the above command will happily list all rooms on route, but what i'm having trouble with is saving that list to a string. I've tried the below but to no avail
#LMAP @ithinkigotit {%roomname( %i)} {%additem( %1, @todo)}
#LMAP @ithinkigotit {#ADDITEM (%roomname( %i)) todo}
#LMAP @ithinkigotit {%roomname(@todo %i)}
#LMAP @ithinkigotit {%additem(%roomname( %i), @todo}
I've tried lots more but can't seem to find right combo, please help.
Thank you |
|