OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Monolithic Man on 21 Jul 2004, 21:51:53
-
Small question. Is there a discription.ext command to change the length of time player bodies remain on a map? I know they disappear eventually but I need to minimise the load on the cpu.
And one other question. Is there a command line switch to start the game with a particular island loaded. Loading Nogova everytime I startup consumes quite a bit of time.
Thanks in advance.
/edit/ Sorry mods, I've posted this in the wrong section :(
-
I don't think the corpses disappear automatically. Most likely the map you play on uses a script to remove the bodies. Look into that script to change the time before the bodies disappear.
There are some threads about deleting dead bodies from a map at this forum btw.
-
try this
Condition:
not (alive man1)
Activation:
Deletevehicle man1
u just make a trigger and set the time you know