View Single Post
11/26/18, 10:00 PM   #3
TheBunnynator1001
AddOn Author - Click to view addons
Join Date: Nov 2018
Posts: 4
Originally Posted by Rhyono View Post
Functions need to exist before they are used


So if function b() calls a(), a() needs to exist before b() or at least before b() is called.
No right I get that, but in one of the tutorials it has almost like a main class, (where in this case it's a main function or table to hold other functions), and I'm wondering if I need to store all other data within that main, or if I need to create new table to store it in, or if I can just put it anywhere in the code itself. I think that's a better way to describe my issue.
  Reply With Quote