2DWorlds Forums
Rather annoying while scripting... - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: 2DWorlds Discussion (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=10)
+--- Thread: Rather annoying while scripting... (/showthread.php?tid=1770)



Rather annoying while scripting... - Scripter - 04-03-2011

To have to constantly deal with the quotation marks and parentheses automatically adding themselves once you do one.

[lua]
if hit.Name == "Body""
hit:getChild("Body"))
[/lua]

=/


RE: Rather annoying while scripting... - Blizzard - 04-03-2011

I'm used to it because I use Eclipse and Netbeans, which also do that. It will help you program faster. I guarantee it.