Hello guys
im getting a FATAL Error while starting my Amnesia costum story.
FATAL ERROR:Could not load script file "costum_stories/Erster Costum Story Test/maps/ErsterTest.hpl
main (9,1):ERR : Expected "," or ";"
main (11,12) ERR : Expected identifier
main (21,1) ERR : Unexpected token ")"
The script is:
void OnEnter()
{
AddUseItemCalback("", "Penis", "türeins", "UsedKeyOnDoor", true);
}
void UsedKeyOnDoor(string &in asItem, string &in esEntity)
(
SetSwingDoorLocked("türeins", false, true);
RemoveItem("Penis");
)
and "extra_english.lang"
<LANGUGAGE>
<CATOGORY Name="Test"
<Entry Name="Description">Das ist ein Test</Entry>
</CATAGORY>
<CATERGORY Name="Journal"
<Entry Name="Note_unbekanntenachricht_Name">Unbekannte Nachricht</Entry>
<Entry Name="Note_unbekanntenachricht_Text">Unbekannte Nachricht[br]Testhere[/br]</Entry>
</CATAGORY
<CATAGORY Name="Inventory">
<Entry Name="ItemName_Key">Penis</Entry>
<Entry Name="ItemDesc_Key">PENIS!!!!!</Entry>
</CATAGORY
</LANGUAGE>
Could someone help me please?