|
Desryn Newbie
Joined: 25 Aug 2003 Posts: 9
|
Posted: Thu Sep 04, 2003 7:47 am
Triggers |
Is it possible to have a list like this
You still need to find the following:
A tight fitting green dragon scale shirt.
A clear potion.
And have a Trigger Read it 1 at a time i have most of the script figured out execpt this part of how to get it to go 1 at a time rather then trying to do it all at once |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Thu Sep 04, 2003 1:04 pm |
This is similar to the inventory example that is mentioned in the Advanced zMUD Triggers tutorial in the Support Library. Here is the trigger that is mentioned in there:
#TRIGGER InvTrig {Inventory} {#VAR Inv "";#TEMP {^$} {#STATE InvTrig 0}}
#COND {} {#ADDITEM Inv %line} {LoopLines|Param=99}
Except that instead of "Inventory" you want "You still need to find the following:" and you might want to change the name of the variable and the ID of the trigger. |
|
|
|
|
|