The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Fatal Error when starting my Costum Story
nikkel Offline
Junior Member

Posts: 2
Threads: 1
Joined: Sep 2011
Reputation: 0
#1
Fatal Error when starting my Costum Story

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?
09-03-2011, 10:24 AM
Find


Messages In This Thread
Fatal Error when starting my Costum Story - by nikkel - 09-03-2011, 10:24 AM



Users browsing this thread: 1 Guest(s)