|
Kronas Wanderer
Joined: 28 Dec 2003 Posts: 62 Location: Australia
|
Posted: Tue Mar 23, 2004 7:27 pm
get all |
Hi, I made a varaible that all my herbs and vials
like so @gear{bloodroot|goldenseal|chestut vial}etc..
now for the alais what would be the script to get them all when there all laying on the ground? oh, the herbs can be reconised as plants as well. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Mar 23, 2004 7:44 pm |
Read the helpfiles for Trigger Alias and Variables PLEASE *bat bat*
A smelly herb is laying here.
#TR {^A smelly herb is laying here$} {get herb} |
|
|
|
Vorax Apprentice
Joined: 29 Jun 2001 Posts: 198 Location: USA
|
Posted: Tue Mar 23, 2004 8:24 pm |
After you've correctly defined your variable list in @gear, you can use this:
#TRIGGER {A ({@gear}) is laying here.} {get %1}
Of course, you'll probably need to change the phrase a bit. |
|
|
|
|
|