OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: windquest on 13 Aug 2005, 02:09:14
-
Where can I find a script for an Telephone Answering Animation that can be set off with a trigger.
-
i remember seeing something like this in the Ed depot ill have a look for a link
hang on
Edit havent got a link but ive copied what it says its this]
CUTSCENES / CAMERA: Phone animations (Easy)
Submitted by:
Credits: [icarus_uk]
The animations that are used to simulate a person handling a phone.
--------------------------------------------------------------------------------
Q:
Which animation have to do with simulating a unit using the phone?
A:
The three telephone animations are:
FXStandToTel
Lean in to grab telephone
FXStandTelLoop
Sitting talking on phone
FXStandToTelHand
Kind of same as the first one
All are called with SwitchMove.
-
Have a look at this for all the other animations:
http://www.ofpec.com/editors/resource_view.php?id=673
-
you have to give the character the telephone too.
Here's a sample of how I do it.
dude setunitpos "auto"
dude removeweapon "binocular"
dude addweapon "phone"
dude setbehaviour "safe"
dude switchmove "fxstandtelloop
-
dude removeweapon "binocular"
very important - otherwise the guys tend to stick them into their heads :o