|
Dyron Apprentice
Joined: 08 Apr 2004 Posts: 103 Location: USA
|
Posted: Sat Oct 17, 2009 2:39 am
Command stacking |
I'm trying to send command stack to the mud using a variable..
Normally in the command line I just type like
Code: |
#20 fill empty from cauldron.
|
Instead I want something like this.
Code: |
#@itemnum fill empty from cauldron
|
if I use:
Code: |
~#@itemnum fill empty from cauldron
|
It sends the #realnumber fill empty from cauldron, but doesn't stack like I want it too..
Any help would be much appreciated. |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Oct 17, 2009 2:58 am |
Use #LOOP @itemnum {fill empty from cauldron} instead.
Charneus |
|
|
|
|
|