Has anyone had any luck getting a deathzone to werk in a conv map?
I've tried many things, even letting DeToX have a crack at it, and it still doesnt werk.
newbymodder wrote:the bickering of halomods have to love them
Place all your death barriers then add a script that goes
(Script startup Kill_volumes
(begin
( kill_volume_enable <insert death wall name here>)
))
If you have more than one just keep putting more and more like this
(Script startup Kill_volumes
(begin
( kill_volume_enable <insert death wall name here>)
( kill_volume_enable <insert death wall name here>)
( kill_volume_enable <insert death wall name here>)
))