My file doesn't work, so no description, no door names, no key names
this is my Lang file :
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Troll story</Entry>
</CATEGORY>
<CATEGORY Name="Messages">
<Entry Name="Hint1"></Entry>
<Entry Name="Hint2"></Entry>
<Entry Name="Hint3"></Entry>
<Entry Name="Hint4"></Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Note01_Name">The key!</Entry>
<Entry Name="Note_Note01_Text">Hello! You can't remember anything, right? I will help you, you need to get back... I can't tell you now Where, but there is still 1 way. Try to get as far as you can! but the key... I think the key is somewhere... up... on.... *blood*</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_Key1">Bedroom Key</Entry>
<Entry Name="ItemDesc_Key1">A key that can open the bedroom door!</Entry>
<Entry Name="ItemName_Key2">DeskDoor Key</Entry>
<Entry Name="ItemDesc_Key2">This is a DeskDoor key!!</Entry>
<Entry Name="ItemName_Key3">Key To Outside/Entry>
<Entry Name="ItemDesc_Key3">the key to leave this place!!!</Entry>
</CATEGORY>
</LANGUAGE>
also, a sound will not appear in my event :
void Lights_Out(string &in asTimer)
{
SetLightVisible("Lamp", false); //The name of your lamp goes here.
SetEntityActive("ScriptArea_1", true); //The script area you want to activate
PlaySoundAtEntity("", "explosion_rock_large.snt", "Lights_Out", 0, false);
}
Everything works fine, the lamp, script area appears, but the sounds doesn't come