OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: donlas on 24 Jul 2006, 16:17:35

Title: Hiding bodies
Post 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
Title: Re: Hiding bodies
Post by: penguinman on 24 Jul 2006, 17:30:12
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
Title: Re: Hiding bodies
Post by: Mr.Peanut on 25 Jul 2006, 15:14:32
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.