Migrated DEV-Build 0.3.0
This commit is contained in:
7
EXE/REM/Lua/testwindow-nnmessage.lua
Normal file
7
EXE/REM/Lua/testwindow-nnmessage.lua
Normal 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.")
|
||||
Reference in New Issue
Block a user