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
Unexpected end of file
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: Unexpected end of file

It's alright, I'll find it. You should try to use Notepad++ it makes it a lot easier, but if you're already using it then... Wink

(This may take a few minutes...)

Edit:

(1 minute later...)

Line 20: AddUseItemCallback("Key2Unlock"", "key_tomb_rusty_1", "level_dungeon_1", "LeaveLevel", true);

You added an extra (").

Should be:

AddUseItemCallback("Key2Unlock", "key_tomb_rusty_1", "level_dungeon_1", "LeaveLevel", true);

There would probably be some more errors in there so once you're done fixing that up, tell me what it is if there is one. Tongue

(This post was last modified: 08-02-2011, 09:26 PM by Kyle.)
08-02-2011, 09:22 PM
Find


Messages In This Thread
Unexpected end of file - by Rapture - 08-02-2011, 09:20 PM
RE: Unexpected end of file - by Kyle - 08-02-2011, 09:22 PM
RE: Unexpected end of file - by Rapture - 08-02-2011, 09:30 PM



Users browsing this thread: 1 Guest(s)