using { /Fortnite.com/Devices } using { /Verse.org/Simulation } arena_controller := class(creative_device): @editable RoundTimer : timer_device = timer_device{} OnBegin() : void = # Configure first, then start. 30 seconds on the clock. RoundTimer.SetActiveDuration(30.0) RoundTimer.Start() Print("Round started: 30 seconds!")