mob
verb
Arena_Challenge()
var/challenger=input("Who do you want to fight?","Arena Man")as mob in world
switch(alert(challenger,"[usr] wants to fight!, Do you accept?","Arena Man","Yes","No"))
if("Yes")
usr.loc=locate(87,92,21)
challenger:loc=locate(97,92,21)
if("No")
usr << "[challenger] has declined your challenge!"
Problem description:I dont really know how to approach this...I want it to make sure that only one group is aloud in at a time...and when someone dies while in it, you will be teleported back to your original place that you were at before and there will be an announcement like "HUMBLAH HAS DEFEATED BLAH" or something...
Help Please
a var that says if there in the arena or not
then a edited death proc heres an example
and then some controls for the arena
im not at home so this is not tested but it should do what you want it todo
notes:
cover the arena in the area/arena!
do not save/load inarena for players.
do not save/load players_in_arena.
have fun :P