Migrated DEV-Build 0.3.0

This commit is contained in:
NekuraMew
2025-05-14 11:44:48 +02:00
parent c26cb313cc
commit a37f28da9f
68 changed files with 2826 additions and 1824 deletions

View File

@@ -0,0 +1,7 @@
-- Start a timer for 3 seconds
rem.StartTimer(3000, function()
rem.ShowNNMessage(1699)
print("Message displayed after 3 seconds!")
end)
print("This happens immediately while the timer runs.")