Author Topic: On killed by zombie - turn into zombie  (Read 1272 times)

So when zombies kill bots they turn into a zombie, when you kill the zombie bot it turns back into a regular bot. Is there a way to make an option where the normal bot will turn into a zombie forever until the minigame resets?

I've tried so many event combinations but they never seem to work.

Toggle events maybe? I can't get the exact events right now but something like when it dies toggle events to change the vehicle to a zombie, then when the mini resets toggle events again.

What about when the minigame ends, there's nothing for that or if I /resetbots. It's going to end up breaking events. There is not much I can do.
« Last Edit: February 28, 2014, 02:00:47 AM by No, I am not Lord Tony! »

What about when the minigame ends, there's nothing for that or if I /resetbots. It's going to end up breaking events. There is not much I can do.
OnMinigameReset input event then set the bot to change vehicle, bada-bing, bada-boom

I feel like I remember someone doing this in a server once...
I'm not sure how, though.

isn't it possinble by using bot events?
like this: OnBotKilled -> Killer -> ChangeDatablock -> (zombienamehere)
I'm not sure tho... I'm not the best eventer.

isn't it possinble by using bot events?
like this: OnBotKilled -> Killer -> ChangeDatablock -> (zombienamehere)
I'm not sure tho... I'm not the best eventer.
why would he want an event that turns somebody into a zombie when they kill a zombie?
it'd be useless cus if you kill one you become one!

it should be: OnBotKilled -> Bot -> ChangeDataBlock -> Zombie

why would he want an event that turns somebody into a zombie when they kill a zombie?
it'd be useless cus if you kill one you become one!

it should be: OnBotKilled -> Bot -> ChangeDataBlock -> Zombie

It's Onbotdeath -> Self -> changedatablock -> zombie.

NO MATTER WHAT YOU DO! You will never turn the bot into a normal bot after that. I removed the event, I changed zombie to normal or default. It's impossible for me to change the bot back to normal. I have to loving delete the brick and do it all over again to get a normal bot.

OnMinigameReset input event then set the bot to change vehicle, bada-bing, bada-boom

Doesn't work, still stays as a zombie. ^

hmmm, well sorry but i dont know then

You could try using seteventenabled events

You could try using seteventenabled events

That breaks events whenever bots are respawned through other methods.