I've tried many things, even letting DeToX have a crack at it, and it still doesnt werk.
Death zones in sp>mp maps
Death zones in sp>mp maps
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.
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
- latinomodder
- Posts: 1040
- Joined: Tue Sep 20, 2005 5:51 pm
- Location: Costa Rica
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>)
))
That should make your death walls work
(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>)
))
That should make your death walls work

