|
Thalir Novice
Joined: 10 Aug 2002 Posts: 35 Location: USA
|
Posted: Sat Oct 12, 2002 12:30 am
help please |
ive created a Mob list that looks just like the one below.
#alias mob
#additem mobs %1 %2
Mobs wolf
Mobs bear
Mobs Tiger
can someone help me make a trigger that will attack anything on that list?
{You see the *} would be the command that would execute the trigger i just dont know how to completely tie the two together. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Oct 12, 2002 3:08 am |
#VAR mobs %null
#ADDITEM mobs wolf
#ADDITEM mobs bear
#ADDITEM mobs Tiger
#TR {You see the ({@mobs})} {attack %1}
LightBulb
Senior Member |
|
|
|
|
|