From c7d7dd34aa65ac2283a64a7d230600bc90899461 Mon Sep 17 00:00:00 2001 From: MiranDMC Date: Mon, 28 Oct 2024 18:23:40 +0100 Subject: [PATCH] :memo: update commands --- sa/snippets/debug/2101.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sa/snippets/debug/2101.txt b/sa/snippets/debug/2101.txt index 3faa1573c..c06694f6e 100644 --- a/sa/snippets/debug/2101.txt +++ b/sa/snippets/debug/2101.txt @@ -1,6 +1,6 @@ -00C3: debug_on +debug_on -2101: trace "Hello world!" +trace "Hello world!" -0001: wait 1000 -2101: trace "Time: %d, ~g~Variable: %d" TIMERA 0@ \ No newline at end of file +wait {time} 1000 +trace "Time: %d, ~g~Variable: %d" TIMERA 0@ \ No newline at end of file