i have a problem with random behavior

diegocsdiegocs Member Posts: 531
edited November -1 in Working with GS (Mac)
i am having a problem with my random behavior. the problem is that i have is set up so there is a rule that every 1 second the toy attribute changes to random(1,28), this numbers spawn a certain actor asign to them, but the actors asigned to 22-28 don't spawn, can somebody help me with this?

Comments

  • frariofrario Member Posts: 164
    I'm no expert but I know that random is not *that* random. I would be curious to see what happens if you try splitting in two timers: one that every 2 seconds does 1-15 and the other shifted by a second that does 16-30?
  • diegocsdiegocs Member Posts: 531
    yeah that may work
  • diegocsdiegocs Member Posts: 531
    no didn't work, but i want to be able to do random(1,49)
  • diegocsdiegocs Member Posts: 531
    nevermind found the problem
  • frariofrario Member Posts: 164
    That was?
Sign In or Register to comment.