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 RYBBoatTokenScript
begin OnDrop Player
Disable
PositionCell 0, 0, 0, 0, RYBCell
ResetInterior RYBCell ; don't think this deletes the reference but I have no other way to do it
set RYB.TriggerStopDragging to 1
end
begin OnSell Player
MessageBox "Gasp! How could you sell me? I thought we were friends!"
set RYB.TriggerStopDragging to 1
end