Author Topic: Zombie Help  (Read 956 times)

I'm trying to make a packman type build with the ghosts being zombies, but I can't firgure out how to make them automatically attack the player, how do I do that?

onBotSpawn ------> bot ------> botAttack -----------> AttackPlayers box 1 and box 2 are the radius and the last box not sure.

you may also need to make them wander randomly first so:

onBotSpawn ----> bot ------------> setMovement -------> wander(run,radius) box check for run then the radius.... or use go to player or something like that

onBotSpawn ------> bot ------> botAttack -----------> AttackPlayers box 1 and box 2 are the radius and the last box not sure.

you have to put in changeDatablock to a zombie or else the bot will not do anything when it comes near you.

just watched a vid on this ok download the zombie mod then set down a zombie spawn choose a random zombie. standard will not work for me for some reason anyway start a minigame and they will come alive

they're not ment to attack you out of a minigame... /do'h

They can't damage you outside of a minigame. Even with bot events, however

onBotTouched >> Player >> Kill