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


Poll: Isnt this problem such a bitch!?
You do not have permission to vote in this poll.
YES IT'S SOO ANNOYING
100.00%
3 100.00%
nah, I don't make custom stories
0%
0 0%
Total 3 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Amnesia custom story .hps file problem HELP ASAP
Dynomite33 Offline
Junior Member

Posts: 18
Threads: 5
Joined: Dec 2011
Reputation: 0
#1
Bug  Amnesia custom story .hps file problem HELP ASAP

when I go to play my custom story it says
"
FATAL ERROR: could not load script file
'custom_stories/Mine/maps/00_tutorial.hps'!
main (11,2) : ERR : Unexpected end of file
this is my .hps

void OnStart()
{
AddUseItemCallback("", "BedroomKey_1", "bedroom_1, "UsedKeyOnDoor", true);
}

void UsedKeyOnDoor(string &in asItem, string &in as Entity);

{
SetSwingDoorLocked("bedroom_1", false, true);
PlaySoundAtEntity("", "unlock_door", "bedroom_1", 0, false);
RemoveItem("BedroomKey_1");
}

I've been playing around with this for about 5 HOURS
(This post was last modified: 12-30-2011, 03:06 PM by Dynomite33.)
12-30-2011, 02:28 AM
Find


Messages In This Thread
Amnesia custom story .hps file problem HELP ASAP - by Dynomite33 - 12-30-2011, 02:28 AM



Users browsing this thread: 1 Guest(s)