I need a little help with it, wanna make artillery, which will change trajectory for 0-5° every time i shot, and I don't know how to make random
I need a little help with it, wanna make artillery, which will change trajectory for 0-5° every time i shot, and I don't know how to make random
you could do something like
repeat(Time * 1000000, number)
. It basically repeats time so fast, the value at any given point is seemlingly random.@Mihairus34 if someone answers, please let me know. Would be cool to make that there is a random chance a missile just doesn’t work or that even 50 flares just won’t shake a fox-2
I just want function that looks like random(min, max), thats all