Difference between revisions of "User:Dt192/Sandbox2"

From Mudlet
Jump to navigation Jump to search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="lua">
+
<syntaxhighlight lang="js">
enableTimer("Newbie timer") -- enables the timer, so 2s after being enabled, it'll tick - and every 2s after that
+
let a = 1;
 
 
disableTimer("Newbie timer") -- disables it, so it won't go off anymore
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 00:35, 16 February 2026

let a = 1;