View Single Post
02-02-10, 04:13 PM   #1837
haylie
A Scalebane Royal Guard
 
haylie's Avatar
Join Date: May 2009
Posts: 417
Originally Posted by Saiorse View Post
So putting a -- before a code is as good as disabling it?
Yep. Example:

Code:
-- Random
-- code
-- here
Or you could also do:

Code:
--[[ 
Random
code
here
]]
for a bigger chunk of code.

EDIT: Also very helpful is a program called Notepad++, it supports lua syntax and makes it a LOT easier to configure lua files!

Last edited by haylie : 02-02-10 at 04:19 PM.