Well i had the AI() in that position before but it still doesn't attack back(but it does rarely attack back after it spawns again if i'm still standing in the same place that i was when i killed it). I don't get any errors, but he just doesn't attack back
world
name = "Test"
New()
Repop_Loop()
proc
Repop_Loop()
world.Repop()
world<<"A new day has begun!"
sleep(600)
Repop_Loop() |
this is my respawn code, is there anything wrong with it? |
|