/tg/ Station 13 - Modules - TypesVar Details - Proc Details

table_clock

Vars

brokenBoolean on whether the clock has been destroyed.
soundloopSoundloop we use of a clock ticking.
times_brokenAmount of times the clock has been destroyed. It becomes unrepairable the third time.

Procs

break_clockBreaks the clock, turning off the soundloop. Returns TRUE if it successfully breaks, FALSE otherwise.

Var Details

broken

Boolean on whether the clock has been destroyed.

soundloop

Soundloop we use of a clock ticking.

times_broken

Amount of times the clock has been destroyed. It becomes unrepairable the third time.

Proc Details

break_clock

Breaks the clock, turning off the soundloop. Returns TRUE if it successfully breaks, FALSE otherwise.