|
ebolisay Newbie
Joined: 17 Dec 2002 Posts: 7 Location: USA
|
Posted: Wed Apr 30, 2003 2:01 am
Walking script |
Question:
There's a small area which I just want to script. 4 rooms which just spawn creatures. However I must throw a dagger to get them to come to me.
Sample action.
Throw dagger monster
Kill monster
Once dead, I throw dagger monster.
If no monster, I continue to next room and dagger again.
All the mobs are the same.
Thanks |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Apr 30, 2003 6:16 am |
GIGO
#TR {monster dead} {throw dagger monster;kill monster}
#TR {no monster} {continue to next
room;throw dagger monster;kill monster}
LightBulb
Advanced Member |
|
|
|
|
|