Tiesto Posted January 19, 2016 Posted January 19, 2016 (edited) I have made few different scripts, how can i join them into one script? Like AIO scripts? Edited January 19, 2016 by Tiesto
Chicken Wing Posted January 19, 2016 Posted January 19, 2016 I have made few different scripts, how can i join them into one script? Like AIO scripts? Depends on how you made the scripts I guess
FrostBug Posted January 19, 2016 Posted January 19, 2016 Make your own custom script executor that calls onStart, onLoop, onExit etc. on instances of your scripts;. and redirects the onPaint, onMessage etc. events to the currently executing script?
Acerd Posted January 19, 2016 Posted January 19, 2016 or you could make a gui which chooses which script (thats what i did once and it worked)
Tiesto Posted January 19, 2016 Author Posted January 19, 2016 Make your own custom script executor that calls onStart, onLoop, onExit etc. on instances of your scripts;. and redirects the onPaint, onMessage etc. events to the currently executing script? or you could make a gui which chooses which script (thats what i did once and it worked) Maybe you have any examples of these?