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


Thread Rating:
  • 5 Vote(s) - 2.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Escape Hell - Chapter 1 - DEMO RELEASED (Post Poned until further notice)
TheKataKombs Offline
Member

Posts: 50
Threads: 7
Joined: Nov 2010
Reputation: 0
#27
RE: Escape Hell - Chapter 1 - DEMO RELEASED


void wakeUp () {
StartPlayerLookAt("servant_grunt_1", 11.0f, 11.0f, "");
FadeOut(0); // Instantly fades the screen out. (Good for starting the game)
FadeIn(10); // Amount of seconds the fade in takes
FadeImageTrailTo(2, 2);
FadeSepiaColorTo(100, 4);
SetPlayerActive(false);
FadePlayerRollTo(50, 220, 220); // "Tilts" the players head
FadeRadialBlurTo(0.15, 2);
SetPlayerCrouching(true); // Simulates being on the ground
AddTimer("trig1", 16.0f, "beginStory"); // Change '11.0f' to however long you want the 'unconciousness' to last
}

Error when i start: no matching signatures : StartPlayerLookAt(string@&, const float);

[Image: at_4653116.png]
09-17-2011, 03:49 PM
Find


Messages In This Thread
RE: Escape Hell - Chapter 1 - DEMO RELEASED - by TheKataKombs - 09-17-2011, 03:49 PM



Users browsing this thread: 1 Guest(s)