portal64-still-alive/documentation/levels/level_objects/clock.md
Matt Penny 3a99d714cf More clear level object argument capitalization
Lower case for literal values, upper case for variable values
2024-02-04 21:30:33 -05:00

565 B

@clock

A simple countdown clock, as seen in Test Chamber 00.

Name structure

@clock DURATION_SECONDS

Arguments

Name Description
DURATION_SECONDS The amount of time in seconds to count down for

Notes

While the amount of time the clock has been running is less than DURATION_SECONDS, its display digits will be updated.

After the specified duration has elapsed, the clock will remain at 00:00:00:00.