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
Need Help Again ! Help Please!!
hiippari Offline
Junior Member

Posts: 31
Threads: 4
Joined: Mar 2012
Reputation: 1
#1
Need Help Again ! Help Please!!

So i need help again xD none of my extra english scripts work ! help please !


Here is the script :

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You got invited to castle and now you wake up in room and dont remember anything.</Entry>
</CATEGORY>


<CATEGORY Name="Messages">
<Entry Name="Popup1">Where am i??</Entry>
<Entry Name=“Locked”>I think i need key for this.</Entry><Entry Name="Popup4">What happened here???</Entry>
<Entry Name="Popup3">Maybe i could break that wall with something...</Entry>
<Entry Name="Popup5">Finally! I can get away !</Entry>
</CATEGORY>


<CATEGORY Name="Journal">
<Entry Name="Note_letter_Name">note_letter</Entry>
<Entry Name="Note_letter_Text">He have finally created the Potion. [br] Tests with animals are going well [br] i think we can start test with humans.</Entry>

<Entry Name="Note_lettertwo_Name">note_lettertwo</Entry>
<Entry Name="Note_lettertwo_Text">We have started the tests with humans [br] Evererything isn't allright [br] People who have drinked potion have started to turn some kind of monsters.</Entry>

<Entry Name="Note_letterthree_Name"note_letterthree</Entry>
<Entry Name="Note_letterthree_Text">They have started to kill people! [br] We are creating new potion and i hope it works [br] People are locked in their rooms because monsters are everywhere.</Entry>

<Entry Name="Note_letterfour_Name"note_letterfour</Entry>
<Entry Name="Note_letterthree_Text">Everything is wrong! [br] The new potion didn't help it just made things worse [br] [br] And i drinked from it too...</Entry>
</CATEGORY>

<CATEGORY Name="End">
<Entry Name="Credits">You got out and never came back [br] [br] Made by Hiippari [br] My second custom story [br] Potion Of Insanity.</Entry>
</CATEGORY>
</LANGUAGE>
04-06-2012, 03:57 PM
Find
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#2
RE: Need Help Again ! Help Please!!

I don't see anything. What was the last thing you added before it broke?

04-06-2012, 04:14 PM
Find
hiippari Offline
Junior Member

Posts: 31
Threads: 4
Joined: Mar 2012
Reputation: 1
#3
RE: Need Help Again ! Help Please!!

(04-06-2012, 04:14 PM)Xanthos Wrote: I don't see anything. What was the last thing you added before it broke?
Letters and end


04-06-2012, 04:20 PM
Find
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#4
RE: Need Help Again ! Help Please!!

I don't think that this may fix everything, but you have two "Note_letterthree_Text". (Change it to "Note_letterfour_Text".)

Edit:
Oh, I see now:
"<Entry Name="Note_letterfour_Name"note_letterfour</Entry>"
should be
"<Entry Name="Note_letterfour_Name">note_letterfour</Entry>"
and you forgot that tag for letter three as well.

Edit 2:
Forget Edit 2. I was mistaken.

Noob scripting tutorial: From Noob to Pro

(This post was last modified: 04-06-2012, 04:28 PM by Cranky Old Man.)
04-06-2012, 04:22 PM
Find
hiippari Offline
Junior Member

Posts: 31
Threads: 4
Joined: Mar 2012
Reputation: 1
#5
RE: Need Help Again ! Help Please!!

(04-06-2012, 04:22 PM)Cranky Old Man Wrote: I don't think that this may fix everything, but you have two "Note_letterthree_Text". (Change it to "Note_letterfour_Text".)
i have changed it already still doesnt work Sad

Oh I got it work! thank u so much gonna upload this custom story soon Smile
(This post was last modified: 04-06-2012, 04:29 PM by hiippari.)
04-06-2012, 04:24 PM
Find
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#6
RE: Need Help Again ! Help Please!!

No he's right
WRONGS
<Entry Name="Note_letterfour_Name"note_letterfour</Entry>

<Entry Name="Note_letterthree_Name"note_letterthree</Entry>


BOTH have that error


<Entry Name="Note_letterfour_Name">note_letterfour</Entry>

<Entry Name="Note_letterthree_Name">note_letterthree</Entry>

04-06-2012, 04:33 PM
Find




Users browsing this thread: 1 Guest(s)