If there is an array that has 10 elements of creatures, and if one of them exit from the mutator zone, it can be removed from array automatically. But how??? the important thing is, must know what the index number(that the creature has) is.
the process is:
- initialize creatures in array when they has spawned.
- When they enter in the mutator zone, print the element index number of entered creature.
- Remove element when they exit.
so you don’t know which creature is about to exit. It means I need to use variable for that, But I have no clue FOR REAL… can you guys help me plz?