Jump to content
Sign in to follow this  
sudayev

Horror Pack III zombie questions

Recommended Posts

I've been playing with zombies for a while, and encountered two situations I can't resolve..

1)There are two different groups of survivors. I want zombies to attack these two groups.

Placing a game logic with "zombies attack player & group" works fine for "group A" and zombies attack them, but I have no idea how to force zombies to attack group B as well.

2) Zombies are hidden in the woods, when player steps into the woods zombies should activate and attack the player.

I placed game logic "zombies attack player" joined with area trigger activated by player. It doesn't work and zombies rush instantly.

Any ideas?

Share this post


Link to post
Share on other sites

Zombies are scripted to run to a player or someone else's position (defined by gblAllTargets=[name1,name2 + units name2]) and they cant wait for them in the woods, because they simly cannot stop running to their nearest targets. I reccomend you to use spawn script, so when target groups arrive at the forrest zombies will spawn and attack them.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×