how do i make something spawn at a random time

monkeyswithjumpsuitsmonkeyswithjumpsuits Member Posts: 1
edited November -1 in Working with GS (Mac)
how do i make something spawn at a random time

Comments

  • gazjmgazjm Member Posts: 578
    if you use the timer function and set it to after then set the seconds to random(earliest time,latest time)

    that should do it.

    you will need to replace earliest time,latest time with something like (0.1,250) that will make it spawn anytime between 0.1 seconds and 250 seconds.
Sign In or Register to comment.