OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: donlas on 24 Jul 2006, 16:17:35
-
Is there a way of making a unit hide bodies without editing the addon itself? Or is there any scripts out there?
Thanks
-
Im just taking a guess before sombody who really know how but try
man action["HIDE BODY",deadman]
man is the guy you want to to the hiding
deadman is the guy you want to be hidden.
try that
-
A funny quirk of this command. A body can be hidden even if the unit doing the hiding is nowhere near thwe body. This has been exploited in scripts to gracefully delete dead bodies by hiding them first.