Verse Library verse

02 Fragment

Configures a creative timer device to count down from 45 seconds when the island initializes.

verse-library/verse-devices-functions/02-fragment.verse

OnBegin<override>()<suspends> : void =
        # SetActiveDuration needs to know HOW LONG. We hand it 45 seconds.
        RoundTimer.SetActiveDuration(45.0)

Comments

    Sign in to vote, comment, or suggest an edit. Sign in