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
Scripting help
TheShephatd Offline
Junior Member

Posts: 6
Threads: 2
Joined: Feb 2012
Reputation: 0
#1
Scripting help

I'm new to making amnesia custom maps, and I was wondering if someone could tell me why this script won't work in game, I'll add the script as an attachment
It worked before I added the journal category, thanks in advance!


Attached Files
.docx   LANGUAGE.docx (Size: 12.92 KB / Downloads: 121)

Quote:
Anyone can fly! The secret is to throw yourself at the ground and miss.
02-18-2012, 06:44 AM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: Scripting help

Next time just post the script in the thread.


<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is a test</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Test01_Name"> Welcome</Entry>
<Entry Name="Note_Test01_Text"> Welcome to my little expirement! If you could call it that. You are testing two things; one being my new hallucinogen, and the other being how fast you can complete tests under my new hallucinogen. Just be careful, I don't want to have to kidnapp ANOTHER subject if you die too.</Entry>
</CATEGORY>

<CATEGORY Name ="Inventory">
<Entry Name="ItemDesc_key1"> The Key For the Bedroom</Entry>
<Entry Name="ItemName_key1"> Bedroom Key</Entry>
</CATEGORY>
</LANGUAGE>

^^
Use this one.

(This post was last modified: 02-20-2012, 04:47 AM by flamez3.)
02-18-2012, 09:27 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#3
RE: Scripting help

You forgot to close the Note_Test01_Text entry and forgot to close the Inventory category.

FYI, docx is a commercial Microsoft Word format that is not widely supported, even by certain Microsoft programs, though OO.org is making an effort to reverse engineer it. Avoid using it at all costs.

Tutorials: From Noob to Pro
(This post was last modified: 02-18-2012, 12:07 PM by Your Computer.)
02-18-2012, 12:05 PM
Website Find
TheShephatd Offline
Junior Member

Posts: 6
Threads: 2
Joined: Feb 2012
Reputation: 0
#4
RE: Scripting help

(02-18-2012, 09:27 AM)flamez3 Wrote: Next time just post the script in the thread.


<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is a test</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Test01_Name"> Welcome</Entry>
<Entry Name="Note_Test01_Text"> Welcome to my little expirement! If you could call it that. You are testing two things; one being my new hallucinogen, and the other being how fast you can complete tests under my new hallucinogen. Just be careful, I don't want to have to kidnapp ANOTHER subject if you die too.</Entry>
</CATEGORY>

<CATEGORY Name ="Inventory">
<Entry Name="ItemDesc_key1"> The Key For the Bedroom</Entry>
<Entry Name="ItemName_key1"> Bedroom Key</Entry>
</LANGUAGE>


Use this one.

(02-18-2012, 12:05 PM)Your Computer Wrote: You forgot to close the Note_Test01_Text entry and forgot to close the Inventory category.

FYI, docx is a commercial Microsoft Word format that is not widely supported, even by certain Microsoft programs, though OO.org is making an effort to reverse engineer it. Avoid using it at all costs.
Thanks guys, I am totally new to forums, the only prior experience I had was when I was 16.



Quote:
Anyone can fly! The secret is to throw yourself at the ground and miss.
02-18-2012, 06:30 PM
Find




Users browsing this thread: 1 Guest(s)