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! help plz
Adrianis Offline
Senior Member

Posts: 620
Threads: 6
Joined: Feb 2012
Reputation: 27
#4
RE: fatal error! help plz

Fair enough - the line number is always going to be 'approximately' where the problem is, it may be a few lines above or below depending on the actual error being reported.

In this case it looks like line 11 is 'SetEntityActive("KNIGHT_0", true);'
This is the first line that the game realizes there is a problem, all the lines that came before it were perfectly fine. Because it did not find a { it was expecting to find , or ; at line 11, but it didn't find any, so it crashes the game and says there's a problem at line 11, where it was supposed to find a valid character. It can't know what you were trying to do, so it has to report on the only place it knows there is a problem, the correction to that problem happens to come a line before it.

Hope that helps explain it

05-28-2013, 02:32 PM
Find


Messages In This Thread
fatal error! help plz - by pewds..fan - 05-28-2013, 02:05 PM
RE: fatal error! help plz - by Adrianis - 05-28-2013, 02:18 PM
RE: fatal error! help plz - by pewds..fan - 05-28-2013, 02:26 PM
RE: fatal error! help plz - by Adrianis - 05-28-2013, 02:32 PM
RE: fatal error! help plz - by pewds..fan - 05-28-2013, 02:38 PM



Users browsing this thread: 1 Guest(s)