Frictional Games Forum (read-only)

Full Version: Player Head Movement & Waking up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have seen alot of stories that start off with the player waking up and moving the player's head.... I was wondering how I would approach this to script...

Thanks....


ZyLogicX
Main scripts:

FadeIn(float);
FadeOut(float);
StartPlayerLookAt("entitytolookat", float, float, "callback");
StopPlayerLookAt();

OPTIONAL:

SetPlayerActive(bool);


You will have to place the script areas/entities to look at.

This should help:
http://wiki.frictionalgames.com/hpl2/amn..._functions
could you explain to me the float and call back?
(01-05-2012, 11:52 PM)ZyLogicX Wrote: [ -> ]could you explain to me the float and call back?
pick the link I gave and hit "ctrl+F" and search the functions. It will tell you what they do