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
amnesia custom story error?
nixxx60 Offline
Junior Member

Posts: 11
Threads: 2
Joined: Feb 2013
Reputation: 0
#1
amnesia custom story error?

nixxx60 again my amnesia custom story not in the custom storys in amnesia is fixed but when i load it it says

FATAL ERROR Could not load script file 'custom_stories/The Cursed/Custom_stories/The Cursed/maps/tutorial.hps!
Main (12,14 : ERR :'studydoorkey_1' is not declared

then my amnesia closes??

also this is wat my hps file says inside

////////////////////////////
// Run when entering map
void OnEnter()
{
AddUseItemCallback("", "studydoorkey_1", "studydoor", "UsedKeyOnDoor", true);
}

void UsedKeyOnDoor(string &in asItemA, string &in asItemB)
{
SetSwingDoorLocked("studydoor", false, true);
PlaySoundAtEntity("", "unlock_door", "studydoor", 0, false);
RemoveItem(studydoorkey_1);
}




////////////////////////////
// Run when leaving map
void OnLeave()
{

}
(This post was last modified: 02-06-2013, 10:16 AM by nixxx60.)
02-06-2013, 10:14 AM
Find


Messages In This Thread
amnesia custom story error? - by nixxx60 - 02-06-2013, 10:14 AM
RE: amnesia custom story error? - by nixxx60 - 02-06-2013, 10:23 AM
RE: amnesia custom story error? - by nixxx60 - 02-06-2013, 10:29 AM
RE: amnesia custom story error? - by nixxx60 - 02-06-2013, 10:35 AM
RE: amnesia custom story error? - by No Author - 02-06-2013, 10:40 AM
RE: amnesia custom story error? - by No Author - 02-06-2013, 10:56 AM
RE: amnesia custom story error? - by nixxx60 - 02-06-2013, 10:28 AM
RE: amnesia custom story error? - by nixxx60 - 02-06-2013, 10:33 AM
RE: amnesia custom story error? - by nixxx60 - 02-06-2013, 10:37 AM
RE: amnesia custom story error? - by The chaser - 02-06-2013, 01:43 PM
RE: amnesia custom story error? - by No Author - 02-06-2013, 02:56 PM
RE: amnesia custom story error? - by No Author - 02-06-2013, 03:17 PM



Users browsing this thread: 1 Guest(s)