(09-14-2011, 04:24 PM)Your Computer Wrote: (09-14-2011, 04:10 PM)AmnesiaIsScary :S Wrote: Anyone ^ ?
StopPlayerLookAt();
Refer to http://wiki.frictionalgames.com/hpl2/amn..._functions for anything else
I tried to do it ... I put the stopplayerlookat(); and it didn't do anything ...
And if i put it in the
{
SetSwingDoorClosed("DoorClose", true, true);
GiveSanityDamage(3, true);
PlayGuiSound("scare_slam_door.snt", 0.5f);
PlayGuiSound("react_pant2.ogg", 0.5f);
StartPlayerLookAt("DoorClose", 5, 10, "");
StopPlayerLookAt();
}
It stops immediately without even looking at what i want ...
Can you show me the exact script I need to put with what I showed in my reply ?