Frictional Games Forum (read-only)

Full Version: Screen effects help needed =)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys, its me back again x3 I have one quick question,
There is a script (though i don't know what it is or how to do it) which makes you camera kind of go fish eyed for a split second before returning to normal =) i have seen it most commonly used when something happens infront of you for example a door opening by itself, the player gasps and the camera kind of zooms in then out really quick, i would really like to know this function =3

Please help me in any way you can =)

Thank you all,
Edd,
Sorry everyone, i found how xDDDDDD

Its GiveSanityDamage( Amount, Effects )
I want to know how to make this kind of blue vision too!
(05-03-2011, 06:43 PM)Exostalker Wrote: [ -> ]I want to know how to make this kind of blue vision too!

GiveSanityBoost();
or
GiveSanityBoostSmall();

The blue vision will only show if you have less than max sanity.
Thanks for that Smile