 |
Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Mon Jun 03, 2002 10:48 am
forgot how to do this trigger |
ok I have a bunch of things falling to the ground and need to pick them up when i kill mobs..
a blah falls to the ground
a bleh falls to the ground
a colourfull blah falls to the ground
so my trigger is
a *(%w) falls to the ground
I cant remember how to do the command
for
#if %1 = blah,bleh get %1
Could someone let me know? |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Jun 03, 2002 11:12 am |
#IF ((%1 = blah) OR (%1 = bleh)) {get %1}
LightBulb
Vague questions get vague answers  |
|
|
 |
|
|