Initial commit version 0.1.0

This commit is contained in:
2025-06-04 22:11:31 -04:00
commit f5fd13eb8a
45 changed files with 2575 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
ScriptName RYBLampReceiptScript
short DoOnce
begin OnAdd
if (DoOnce == 0)
SetItemValue 0
set RYB.LampPurchased to 1
RYBLampOffRef.Enable
set RYB.Resetting to 2 ; trigger one-time boat position reset to make sure the lamp is placed on the boat
set DoOnce to 1
endif
end