LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Jun 20, 2002 6:16 am |
Use a variable
#VAR boxes {coffer|trunk|strongbox}
#VAR box {%item(@boxes,1)}
pick the @box
open the @box
drop the @box
sac the @box
#TR {I see no @box here} {#IF (%ismember(@box,@boxes) < %numitems(@boxes)) {#VAR box {%item(@boxes,%ismember(@box,@boxes)+1)}}
---------------
#FORALL @Equipment {wear %i)
LightBulb
Senior Member |
|