Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help [SOLVED] Is it possible ?
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#13
RE: Is it possible ?

As it seems right now, you have just copied and pasted the script the chaser gave you.

What he gave you, is not going going to help, unless you change some stuff.

This one won't do anything
PHP Code: (Select All)
void ToNormality (string &in...)
{
ChangePlayerStateToNormal();


unless we change some stuff around.

PHP Code: (Select All)
void ToNormality (string &in asParentstring &in asChildint alState)
{
SetPlayerSanity(100);
SetPlayerHealth(100);

FadeImageTrailTo(0.0f1f);
FadeRadialBlurTo(0.0f1f);
FadePlayerFOVMulTo(1.0f0.5f);
FadePlayerAspectMulTo(1.0f0.2f);


I'm not sure about how ChangePlayerStateToNormal works, but it'll be much easier for yourself, if you use this, because you know what's actually going on.

Trying is the first step to success.
(This post was last modified: 09-21-2014, 06:54 PM by FlawlessHappiness.)
09-21-2014, 06:53 PM
Find


Messages In This Thread
[SOLVED] Is it possible ? - by Straxedix - 09-21-2014, 01:33 PM
RE: Is it possible ? - by The chaser - 09-21-2014, 01:56 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:10 PM
RE: Is it possible ? - by Radical Batz - 09-21-2014, 02:16 PM
RE: Is it possible ? - by Neelke - 09-21-2014, 02:15 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:21 PM
RE: Is it possible ? - by Radical Batz - 09-21-2014, 02:25 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:27 PM
RE: Is it possible ? - by Radical Batz - 09-21-2014, 02:31 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:33 PM
RE: Is it possible ? - by Neelke - 09-21-2014, 02:40 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 06:26 PM
RE: Is it possible ? - by FlawlessHappiness - 09-21-2014, 06:53 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 07:03 PM
RE: [SOLVED] Is it possible ? - by The chaser - 09-21-2014, 08:39 PM



Users browsing this thread: 1 Guest(s)