I'm making a game where when you enter a horse show, you win a random place. To see your placings you press a clipboard that will show you five different variables.- 1st, 2nd , 3rd, 4th, and 5th Place. I want you to recieve a random place, then witch ever random place you receive, that variable changes by 1. How can I do this?
Offline
I think that this is what your looking for:
set [place v] to ((pick random (1) to (5) ) + (1))
Offline
Kajunkat wrote:
Do you think I could upload it and see if you could do something? It didn't work...
I could try. Just give me a link when you upload it.
Offline