Xeno Posted January 29, 2012 Share Posted January 29, 2012 I made a safe area that stops zombies getting into an area, although the zombies die, they spawn in the area, and then die and it looks terrible... Is there a way to stop this. Xeno Link to comment
Castillo Posted January 29, 2012 Share Posted January 29, 2012 Create a radar area and set this element data to it: "zombieProof". So it would be like this: myRadarArea = createRadarArea(args...) setElementData(myRadarArea,"zombieProof",true) Link to comment
Xeno Posted January 29, 2012 Author Share Posted January 29, 2012 Thanks, I'll test it later. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now