Author Topic: [Request] Top Down Survior Playertype  (Read 425 times)

I've tried and tried and I cannot do it. Basically, I want a Playertype like the Top Down Player that zombies will attack. Shouldn't be too hard for you experianced modders.

Already exists. Rotondo's top-down player is a survivor, isn't it?

Don't think so. I was looking throught the script and it didn't have anything that looked related to it. I'll check again.

Already exists. Rotondo's top-down player is a survivor, isn't it?
If not, it shouldn't be hard to make it one.

I think he's right. I just checked the OP and it hinted at zombies.

If not, it shouldn't be hard to make it one.

I tried and failed.

I think if you add this line of code to the server.cs in Rot's Top Down Player, you can use it for Zombie Mod.
Code: [Select]
isSurvivor = true;

I think if you add this line of code to the server.cs in Rot's Top Down Player, you can use it for Zombie Mod.
Code: [Select]
isSurvivor = true;

Thanks Nick, that did the trick.