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
I need help getting maps made
TheGreatCthulhu Offline
Member

Posts: 213
Threads: 10
Joined: Oct 2010
Reputation: 32
#15
RE: I need help getting maps made

To see how to get the Debug menu (which is really just a floating window on the side, with some buttons and other items on it), see Setting Up Development Environment on the wiki.
It's much easier when you use the Debug menu, then when you have to go through the load-crash-restart-load-crash... cycle.

About the error: the (5, 1) means that it's on line 5 (or near it - maybe a line or two above), character 1 (that's where the script engine figured out something was wrong).

From what I've seen on the forums here, this usually happens when people create a code block (the { and } define a code block), but there's no function declaration associated with it, or when you put a ; where you're not supposed to.

If you can't fix it, post a code snippet showing line 5 and it's surroundings - but try to post it so that it's not completely out of context (like an isolated line of code we cant be sure of how it fits in the whole), but something that people here can use to get an idea of what you're trying to do, so that they can help.
12-07-2012, 06:03 AM
Find


Messages In This Thread
I need help getting maps made - by AveryLuna - 12-06-2012, 09:52 PM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 12:13 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 03:39 AM
RE: I need help getting maps made - by Acies - 12-07-2012, 01:23 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 02:34 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 04:12 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 04:58 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 05:11 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 05:48 AM
RE: I need help getting maps made - by TheGreatCthulhu - 12-07-2012, 06:03 AM
RE: I need help getting maps made - by AveryLuna - 12-07-2012, 06:26 AM



Users browsing this thread: 1 Guest(s)