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 Script crash
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#5
RE: Script crash

(08-15-2015, 07:20 PM)7heDubz Wrote: So that you can try to figure out the error on your own from now on,

These two lines,
main (33,2): ERR : No matching signatures to 'AddTimer(string@&, const uint, TeleportToArea1)'
main (40,2): ERR : No matching signatures to 'AddTimer(string@&, const uint, TeleportToArea2)'
Tell you where your error is. Line 33, 2 characters over, is one error. and line 40 2 characters over is another.

Adding to this:
Sometimes the error shows a place later than where the actual error is. This is because that's where the script registered the error.
So it's not always exactly there, but close by.

...unless you get the "Unexpected end of file". This error always shows in the end of the script, because something has been opened and not closed again.

This could be:

A bracket: {
Closed with: }

Quotation mark: "
Closed with: "

Parenthesies: (
Closed with: )

Trying is the first step to success.
(This post was last modified: 08-16-2015, 01:04 PM by FlawlessHappiness.)
08-15-2015, 07:26 PM
Find


Messages In This Thread
Script crash - by Obsolete - 08-15-2015, 10:50 AM
RE: Script crash - by Spelos - 08-15-2015, 11:21 AM
RE: Script crash - by Obsolete - 08-15-2015, 12:28 PM
RE: Script crash - by 7heDubz - 08-15-2015, 07:20 PM
RE: Script crash - by FlawlessHappiness - 08-15-2015, 07:26 PM



Users browsing this thread: 1 Guest(s)