(09-17-2011, 03:49 PM)TheKataKombs Wrote: 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);
Strange... I can start up the story just fine....
It seems it's not finding something to do with that function (maybe not finding the monster?)
The only thing I can think of is try to redownload...
I've come to learn to not fear the living, nor the dead... But the monsters that hide in closets.