How do i do it? #3

I know ...this is a really really basic question..but here it goes....For example I have 4 rules and each rule has its specific instructions and How can i randomize which rule will run & which will not?

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692

    Make an integer call it "random" then simply change the integer to a random number from 1-4 and then in your rules do if random = 1 … if random = 2 …

    Darren.

Sign In or Register to comment.