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
Script Help FATAL ERROR: Could not load script file
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: FATAL ERROR: Could not load script file

This error means you're likely missing a certain quote, parethensis or bracket somewhere. Because of this, the code interprets a huge part of the script incorrectly and neverending. The (85, 2) is often inaccurate in these instances, but it could be worth look at it.

If you use a proper coding text editor, it will likely highlight the issue for you.

Regardless, this ought to be the issue:

PHP Code: (Select All)
AddEntityCollideCallback(""CrowbarJoint", "AreaBreak", "BreakDoor", true, 1); 

See it?

PS: When you put it on pastebin, if you select C++ as the syntax highlight, it will look like this, so it might be easy to find. That is, if you don't have this highlighting in your editor already (which you should).

(This post was last modified: 10-03-2015, 02:18 PM by Mudbill.)
10-03-2015, 02:14 PM
Find


Messages In This Thread
RE: FATAL ERROR: Could not load script file - by Mudbill - 10-03-2015, 02:14 PM



Users browsing this thread: 3 Guest(s)