in forge I was trying to make a game like night of the mantis witch I'm sure people want more of. I was makeing a space battle and almost finished but by the time I had to test it I made sure all almost 1000 scripts were working but when I tested it none of the times worked and clearing and number variables I needed to reset did not work I could use help.
Well..first of all the max amount of scripts you can have on one map is 512...so that could be one major issue...I'm not very good at scripting to begin with but if I were you...I would just hop on to the night of the mantis map and take a look at how the person who made it scripted their map.
sorry i meant 500 --- Double Post Merged, Mar 6, 2017 --- i did with a bit of it i checked what he did but what was wrong was i used a timer instead of a check time so that may be it since it has not been working lately
did you test things in pieces, or put it all together and hope it all worked at the end? Generally speaking, the latter is not a good practice, as each piece of a larger scripting puzzle should be tested as working, so that you know the pieces when put together, should also work.