ID:167126
Apr 25 2006, 12:22 pm
|
|
How would I make it so if you talk to an NPC, you get teleported to the stadium and you fight all the enemies and you get telpeorted back to the NPC? I really can't imagine how to code that.
|
Copyright © 2024 BYOND Software.
All rights reserved.
Now, alert them that after beating all monsters, talk to another NPC(one way to do it)
Another way this could be done is to give the monsters a var so when they die, kills+=1, then run a proc like StadiumCheck() and if they have x amount of kills(the amount of total monsters in stadium) send them back to there old x,y,z!