claw106 Posted May 9, 2018 Share Posted May 9, 2018 Essentially what I want is a constant randomizer or something running in the background that will select a .cs file to run in the game at any point in time. I'm completely new to scm and cleo and what ever else. I can make the .cs file do what I want pretty easily, I just want somehow to have one of the .cs files randomly selected if possible? Link to comment Share on other sites More sharing options...
claw106 Posted May 12, 2018 Author Share Posted May 12, 2018 bump Link to comment Share on other sites More sharing options...
deltaCJ Posted May 13, 2018 Share Posted May 13, 2018 (edited) You could make it so it's 1 .cs file and you generate a random number and what ever number it is starts the .cm you want. Or just create a custom thread on which ever number you want. but it would all be under 1 CS file Edited May 13, 2018 by deltaCJ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now