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 Unexpected end of file error (SOLVED)
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Unexpected end of file error

Your OnStart() does not have a closing brace. ( } )

Put one after this line:
PHP Code: (Select All)
AddQuest("memento2""memento2"); 

So it becomes:
PHP Code: (Select All)
AddQuest("memento2""memento2"); 



If there are more errors after this, let me know what the actual message of the error is Smile

Discord: Romulator#0001
[Image: 3f6f01a904.png]
09-07-2014, 01:47 PM
Find


Messages In This Thread
RE: Unexpected end of file error - by Romulator - 09-07-2014, 01:47 PM
RE: Unexpected end of file error - by A.M Team - 09-07-2014, 02:03 PM
RE: Unexpected end of file error - by Neelke - 09-07-2014, 03:08 PM
RE: Unexpected end of file error - by A.M Team - 09-07-2014, 03:22 PM



Users browsing this thread: 1 Guest(s)