ok, so for my AI,
it's spawned by walking over turf,
when It's spawned i'd like it to engage the player who spawned it,
however, if the player who spawned it runs away, or gets away, I'd like the AI to delete itself.
whats the best way to do this?
Copyright © 2025 BYOND Software.
All rights reserved.
Then do a while() check to get range (oview() comes to mind), chase the target (spawner) accordingly, and whenever you get out of the while AND the spawned monster is alive, delete it.