Frictional Games Forum (read-only)

Full Version: NEED HELP WITH SCRIPTING
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am doing this right? i put this in the .lang folder of my new custom story:::


<CATEGORY Name="Inventory">
<Entry Name="ItemName_Key_basement">Basement key</Entry>
<Entry Name="ItemDesc_Key_basement">Key for a basement door</Entry>
</CATEGORY>



I try doing events and its not working! any thing i script ecept the infomaton of the game. Sad Huh

I use notepad and notepad++
Code:
<LANGUAGE>
....
</LANGUAGE>
You missed it
post your script so people can take alook at it, that way you get the start right and you'll see how it's done.
(06-26-2011, 11:27 AM)Paulpolska Wrote: [ -> ]
Code:
<LANGUAGE>
....
</LANGUAGE>
You missed it




thanks now i know Big Grin Smile




Heres my .lang file tell me whats wrong please .......




<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description"> You play in a role of jeff white.[br] he has rented a room in Londan. </Entry>
</CATEGORY>



<CATEGORY Name="Inventory">
<Entry Name="ItemName_Key_basement">Basement key</Entry>
<Entry Name="ItemDesc_Key_basement">Key for a basement door</Entry>
</CATEGORY>





</LANGUAGE>