Author Topic: Event for when a player hits a brick?  (Read 1506 times)

Give the barrel an explosion powerful enough to kill the bot.

How?

Give the barrel an explosion powerful enough to kill the bot.

I put the barrel right next to the bot and put the Final Vehicle Explosion to 2000 and the bot died but respawed.

onbotdeath>self>setvehicle[none]


Doesnt Work
how so? use onbotspawn if you wish, but it will never spawn then

Code: [Select]
onProjectileHit>Self>spawnExplosion> [Vehicle Final Explosion] 1.000
Put that event on the barrel.

Code: [Select]
onBotDeath>Self>setVehicle> [none]
Put that event on the vehicle spawn that you spawned the bot with.

Ie tried onBotDeath Self Set Vehicle None It doesnt work

I put the Barrel Right Next to the bot (And the bot has OnBotDeath Self SetVehicle None) I blow Up the barrel and the bot respawns still


Wow this guys is clueless.

If your not going to help stay out!

I put the Barrel Right Next to the bot (And the bot has OnBotDeath Self SetVehicle None) I blow Up the barrel and the bot respawns still
It's true.

You all just don't know what to do.

Try putting this on the barrel OnProjectileHit>(Whatever you name the thing that spawns the bot)>SetVehicle>None, And don't forget to put the bot next to the barrel.


I can't kill the bot anymore without shooting it I can make a barrel explode but now I can't kill the bot anymore with onbotdeath I can use onbotkilled but thats only for when you shoot it help!