PDA

View Full Version : Initial Infected


thetwistedpanda
06-15-2010, 09:26
Is there an easy method for determining who the first infected zombie is, similar to ZombieMod's zombie_first_zombie? I looked over the code but I couldn't find anything that would help, and I don't think player_death fires for the initial zombie so I couldn't use that either.

rhelgeby
06-15-2010, 10:11
Apparently there's no event for mother zombies. We could of course create some useful events.

In addition the player_death event isn't fired for mother zombies.

Post ideas for events in ZR here: http://code.google.com/p/zombiereloaded/issues/detail?id=181

Also keep in mind that there could be multiple mother zombies, so the mother zombie event might be triggered multiple times.