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
}
i dont see anything wrong here.
Does your script work ( void beginStory(string &in asTimer) )
Do the other functions work? ( seems they are fine )
I think you have misplaced something in the .english.
Please send over your entire .english
-
Here is a hint do it into a SPOILER LIKE THIS.
Spoiler below!
Copy your tekst in here like this, so it is easyer to read and saves a LOT of space on the forum page.. ; [spooiler] Tekst here, Do this with 1 o -> spoiler. [/spooiler]
(This post was last modified: 05-03-2014, 11:11 AM by DnALANGE.)
The spooiler thing.
What i said, do it with 1 o . so like this : spoiler, not like this : spooiler
[s.p.o.i.l.e.r]REMOVE THE DOTS[/s.p.o.i.le.r]
---
About the story..
Can you send your entire script and english file?
Please do it in the spoiler tags.
(This post was last modified: 05-03-2014, 06:59 PM by DnALANGE.)
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>