January 19, 201610 yr I have made few different scripts, how can i join them into one script? Like AIO scripts? Edited January 19, 201610 yr by Tiesto
January 19, 201610 yr 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
January 19, 201610 yr 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?
January 19, 201610 yr or you could make a gui which chooses which script (thats what i did once and it worked)
January 19, 201610 yr Author 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?
Create an account or sign in to comment