Probably not gonna get much here....
but it's worth a try. I'm working on something, a project in school. Anyone heard of Game Maker? It has its own programming language and I need help, I can't make it do what I want it to do...
What I'm trying to do is set a variable to a random number, and then test that number and if it equals a certain thing, have it go to a different room.
round(random(2)) Will generate a random number, I'm not sure how to assign it to a variable
room_goto(mg_00x) Will go to the room i specify. God this'd be so much more easier if they just put in a function for go to random room...
What I'm trying to do is set a variable to a random number, and then test that number and if it equals a certain thing, have it go to a different room.
round(random(2)) Will generate a random number, I'm not sure how to assign it to a variable
room_goto(mg_00x) Will go to the room i specify. God this'd be so much more easier if they just put in a function for go to random room...
