void wakeUp () {
FadeOut(0); // Instantly fades the screen out. (Good for starting the game)
FadeIn(20); // 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", 11.0f, "beginStory"); // Change '11.0f' to however long you want the 'unconciousness' to last
}
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Hello Player,[br]You Entered into forbidden Forest with your friends.[br]Then you got hit into head from back by unknown creature,your friends run...Maybe for help maybe they RUN AWAY![br]You are still alive but you don't remember anything![br]My first custom story by Straxedix[br]play with headphones and lights off for better FUN!</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<CATEGORY Name="TextCategory">
<Entry Name="TextEntry">Where am i ? What happened?</Entry>
</CATEGORY>
<CATEGORY Name="Ch01Level01">
<Entry Name="WakeUpMessage">Where am i ? What happened? I feel... nothing.</Entry>
</CATEGORY>
<CATEGORY Name="Place">
<Entry Name="Wake">What is this place i know it from somewhere...Like i was already here.</Entry>
</CATEGORY>
<CATEGORY Name="DeathHint1">
<Entry Name="Entry2">Careful[br]And be ready.</Entry>
</CATEGORY>
<CATEGORY Name="Messages">
<Entry Name="test1">Where am i ? I know this place from my...Nightmares!</Entry>
</CATEGORY>
/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Notes------------------------------------//
/////////////////////////////////////////////////////////////////////////////////
<Entry Name="Note_NoteStranger_Name">Note from Stranger</Entry>
<Entry Name="Note_NoteStranger_Text">Hello.[br][br][br]You don't know me, but I certaintly know you.[br][br]But don't worry we will meet!</Entry>
<Entry Name="Diary_diary1_Name">End of the World</Entry>
<Entry Name="Diary_diary1_Text">21 December, 2012[br][br][br]The ground is literally shaking beneath my feat.</Entry>
<Entry Name="Quest_memento1_Text">Perhaps I should go the other way.</Entry>
<Entry Name="Note_voice_Name">Welcome!</Entry>
<Entry Name="Note_voice_Text">Hello.[br] [br] [br]im stuck in here i don't remember anything please help me![br][br]Find me PLEASE!!![br][br]I remmember just a hit in head and fog</Entry>