Author Topic: How do you set a brick so when you hit it with a vehicle it fakekills its self  (Read 448 times)

How do you set a brick so when you hit it with a vehicle it fakekills its self

onactivate>self>setzone
onvehicleenterzone>self>fakekillbrick
you need zone events for this to work

Or: Get onVehicleTouch events

OnVehicleTouch-->Self-->FakeKillBrick 0 0 0 #

It doesn't work all that well with onvehicletouch, I saw. It waits half a second, so you can't really do a jumping-through-a-window effect. Use zoneEvents, with about a 2 [unit] big area.