Initial commit version 0.1.0
This commit is contained in:
13
Scripts/RYBChestReceiptScript.psc
Normal file
13
Scripts/RYBChestReceiptScript.psc
Normal file
@@ -0,0 +1,13 @@
|
||||
ScriptName RYBChestReceiptScript
|
||||
|
||||
short DoOnce
|
||||
|
||||
begin OnAdd
|
||||
if (DoOnce == 0)
|
||||
SetItemValue 0
|
||||
set RYB.ChestPurchased to 1
|
||||
RYBChestRef.Enable
|
||||
set RYB.Resetting to 2 ; trigger one-time boat position reset to make sure the chest is placed on the boat
|
||||
set DoOnce to 1
|
||||
endif
|
||||
end
|
||||
Reference in New Issue
Block a user