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