OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: laggy on 20 Jul 2008, 15:49:24

Title: Where is the actual unit during playmove?
Post by: laggy on 20 Jul 2008, 15:49:24
Hi all,

I have been trying a lot of different playmoves to enhance the atmosphere in my missions and this is where I stumbled across some weird stuff.
During many advanced playmoves (i.e scared civilian backing up, arresting soldier and victim etc.) the body of the units are impossible to harm, it's as if the actual body is gone until the playmove is over.
I would love to use those playmoves outside cutscenes. Does anyone know if there is a way to "fix" this?
If not, I'm still curious about what's happening. Does anyone know?

Cheers

Laggy
Title: Re: Where is the actual unit during playmove?
Post by: schuler on 20 Jul 2008, 16:59:48
hi Laggy, that what happened in OFP too. i would like to know why too.
  the d1 switchmove "Null" put the unit back to normal (with life so to speak)
try one of the arrest scripts in the editor and have a look at how they do it.

arma-
Code: [Select]
~1
d1 switchmove "AmovPercMstpSnonWnonDnon_talking"
titleText ["Lieutenat, Move out within 5 min!","PLAIN DOWN"]
~3
titleText ["Yes Sir!","PLAIN DOWN"]
~0.7
d1 switchmove "Null"
~0.5
d1 switchmove "AmovPercMstpSlowWrflDnon_SaluteIn"
~1
d1 switchmove "Null" 

exit
cheers schuler