|
AmongTheDecay Beginner
Joined: 25 Apr 2009 Posts: 28
|
Posted: Fri Oct 30, 2009 7:10 am
Variable in a path |
How do I call a variable in a path?
example..
#PATH forest 2e3ne(get @item)3s
Where item is a variable or a string list. If it is different for each let me know.
Thanks. |
|
|
|
Tarken Aurelius Apprentice
Joined: 23 Oct 2008 Posts: 120 Location: Cincinnati, Ohio
|
Posted: Fri Oct 30, 2009 12:38 pm |
Hmm you might be better off just changing it to an alias if you want to do something midway:
Code: |
#alias goforest {2 e;3 ne;get @item;3 s} |
|
|
_________________ Tarken Aurelius, quality triggers since 2004! Trigger consulting since 2008! Content Developer at BatMUD (www.bat.org) |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Fri Oct 30, 2009 1:46 pm |
Or make an alias for getting the item (for example 'getit'), and have your path be: #path forest 2e3ne(getit)3s
|
|
|
|
|
|