AI_Messiah
Newcomer
- Joined
- Mar 15, 2021
- Messages
- 9
- Reaction score
- 0
So what I want to do is to have these two methods where some setup can be done with the startup method, but I want the method to be able to finish and have Lua still hold on to some of the stuff that was created within it and to be able to have a runloop method to be able to do the same. I also want the user to have access to methods and functions that I have already written myself. What I mean is that I do not care really about what types the user wants to use as long as he/she can interact with my implementation. It is mostly values supplied and values returned.