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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
fatal error!!!!!!!!!!
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#4
RE: fatal error!!!!!!!!!!

There were some weird stuff in your .hps file, but anyhow, I removed it and fixed it up a bit. Smile

Here is the script:

void OnStart()
{
    FadeOut(0);
    FadeIn(20);
    FadeImageTrailTo(2, 2);
    FadeSepiaColorTo(100, 4);
    SetPlayerActive(false);
    FadePlayerRollTo(50, 220, 220);
    FadeRadialBlurTo(0.15, 2);
    SetPlayerCrouching(true);
    AddTimer("trig1", 7.0f, "beginStory");
}
void beginStory(string &in asTimer)
{
    ChangePlayerStateToNormal();
    SetPlayerActive(true);
    FadePlayerRollTo(0, 33, 33);
    FadeRadialBlurTo(0.0, 1);
    FadeSepiaColorTo(0, 4);
    SetPlayerCrouching(false);
    FadeImageTrailTo(0, 1);
}

07-29-2011, 03:13 PM
Find


Messages In This Thread
fatal error!!!!!!!!!! - by zecuro - 07-25-2011, 08:12 PM
RE: fatal error!!!!!!!!!! - by Roenlond - 07-25-2011, 08:15 PM
RE: fatal error!!!!!!!!!! - by zecuro - 07-25-2011, 08:47 PM
RE: fatal error!!!!!!!!!! - by Kyle - 07-29-2011, 03:13 PM
RE: fatal error!!!!!!!!!! - by Darion97 - 09-06-2011, 08:40 PM



Users browsing this thread: 1 Guest(s)