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: Could not load script file
WalkingTerror Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jun 2017
Reputation: 0
#3
RE: FATAL ERROR: Could not load script file

(06-12-2017, 09:32 AM)Romulator Wrote: The error code tells you your issue and apparently they are on your third line. Key and Door are not declared.

Look at your script's 3rd line: the AddUseItemCallback.

The script telling you that they are not declared means that the script thinks you're referencing something else in the .hps file. Really, all that you have done is forget to put them in quotation marks ( "" ) because they are string references. Provided you have an entity named "Key" and "Door" in your Level Editor, this should work.

PHP Code: (Select All)
AddUseItemCallback("""Key""Door""UseKeyOnDoor"true); 


Thank you it works! Smile
06-14-2017, 12:21 PM
Find


Messages In This Thread
RE: FATAL ERROR: Could not load script file - by WalkingTerror - 06-14-2017, 12:21 PM



Users browsing this thread: 1 Guest(s)