Tiesto Posted January 19, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Chicken Wing Posted January 19, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
FrostBug Posted January 19, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
Acerd Posted January 19, 2016 Share Posted January 19, 2016 or you could make a gui which chooses which script (thats what i did once and it worked) Quote Link to comment Share on other sites More sharing options...
Tiesto Posted January 19, 2016 Author Share 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? Quote Link to comment Share on other sites More sharing options...