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

View File

View File

@@ -0,0 +1 @@
14

View File

@@ -0,0 +1 @@
off

View File

@@ -0,0 +1 @@
origin

View File

@@ -0,0 +1 @@
May

View File

@@ -0,0 +1 @@
origin

View File

@@ -0,0 +1 @@
origin

0
EXE/REM/Lua/Dock.lua Normal file
View File

View File

View File

View File

View File

View File

View File

@@ -1,10 +1,10 @@
print("Lua started!")
-- Open the console after a delay
rem.StartTimer(2000, function()
rem.ShowNNMessage(9000)
print("Console open after 2 seconds.")
end)
-- rem.StartTimer(2000, function()
-- rem.ShowNNMessage(9000)
-- print("Console open after 2 seconds.")
-- end)
-- Add Infocard
rem.AddInfoCard(9000, "TestSpam")

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.")