Blockland Forums > Help
How Do You Make Water/Lava Kill?
Dglider:
http://forum.returntoblockland.com/dlm/viewFile.php?id=360
http://forum.blockland.us/index.php?topic=77847.0
Works for Players and Bots. If you're any good at scripting you might be able to modify it to work for vehicles as well.
If you use the lava from the environment gui thing, that will destroy any vehicles that enter it.
You could use zonebricks, zoneevents, and vehicleevents to make your own liquid... stuff.
Just name all of the zonebricks something like... "water". And add the following events to it.
Onplayerenterzone player kill
Onvehicleenterzone vehicle destroy
onbotenterzone bot kill
etc.
Then put some other brick somewhere and...
OnActivate "water" setshapefx water
OnActivate "water" setzoneisWater [check]
OnActivate "water" setrendering [check]
Hansome duded:
--- Quote from: Sentry on January 15, 2013, 05:21:10 PM ---Double post sorry.
Noticed I put "multiple multiple"
--- End quote ---
you sneaky bastard
DerpDerp:
I know what he is talking about :/
I'm having the same problem