View Single Post
11/11/14, 10:12 AM   #3
justinbarrett
Join Date: Nov 2014
Posts: 25
EDIT: ty for the link and the info. I'll be sure to look at it now.

ok looking through some code it seems the basic function is closed with "end"...
so..


function thisFunction()
do stuff here
end

is a basic function, as far as I can tell....
and local variables are simply

"local a = 0 "

I still cannot see how global variables are done though. I did see at the top of a few scripts something that could be an array, or list...not sure. I thought maybe things could be stored in them, but hey...noob here
  Reply With Quote