using { /Fortnite.com/Devices } using { /Verse.org/Simulation } clock_device := class(creative_device): # OnBegin is — it is allowed to wait OnBegin() : void = Print("Tick") Sleep(1.0) # pause THIS function for 1 second; game keeps running Print("Tock")