• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua find variables for system in different files

lukatxd

Active Member
Joined
Dec 9, 2010
Messages
85
Solutions
1
Reaction score
39
I'm fiddling with a system of over 3 thousand lines, and it is troublesome to keep going back and forth to read stuff.
Is it possible to separate variable declarations/other functions into separate files?

file 1:
enums declarations

file 2:
call functions using those enums

file 3:
call functions that are part of the system but would be better if left separated to file 2
 
Back
Top