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
Custom story wont show D:
MrDosht Offline
Junior Member

Posts: 43
Threads: 8
Joined: Oct 2012
Reputation: 0
#1
Custom story wont show D:

I just made a (very simple) custom story as a sort of practice. I have all the files in one folder with the .map file and the .hps file in a folder in that folder called: maps. I tried to add a key to the scripting but the custom story no longer appeared in the amnesia custom stories list on the main menu. I deleted all the key scripting from my .hps file and it still wont work D: I have absolutely no idea what has happened but i know that it would sometimes appear on the list before I added the key, but it would also sometimes not appear. I know pretty much nothing about scripting and had just followed a few youtube tutorials on how to put in a key. please help! Sad

Oh and here's my .hps file with the key:


////////////////////////////
// Run when entering map
void OnStart()
{
AddUseItemCallback("", "BedroomKey_1", "BedroomDoor_1", "UsedKeyOnDoor", true);
}

void UsedKeyOnDoor (string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("BedroomDoor_1", false, true);
PlaySoundAtEntity("", "Unlock_door", "BedroomDoor_1", 0, false);
RemoveItem("BedroomKey_1");
}
////////////////////////////
// Run when leaving map
void OnLeave()
{

}

"Computers follow your orders not your intentions"- Anon
10-20-2012, 01:27 PM
Find


Messages In This Thread
Custom story wont show D: - by MrDosht - 10-20-2012, 01:27 PM
RE: Custom story wont show D: - by Kreekakon - 10-20-2012, 01:34 PM
RE: Custom story wont show D: - by MrDosht - 10-20-2012, 03:29 PM
RE: Custom story wont show D: - by MrDosht - 10-20-2012, 04:09 PM



Users browsing this thread: 1 Guest(s)