Initial commit version 0.1.0
This commit is contained in:
14
Scripts/RYBBoatReceiptScript.psc
Normal file
14
Scripts/RYBBoatReceiptScript.psc
Normal file
@@ -0,0 +1,14 @@
|
||||
ScriptName RYBBoatReceiptScript
|
||||
|
||||
short DoOnce
|
||||
|
||||
begin OnAdd
|
||||
if (DoOnce == 0)
|
||||
SetItemValue 0
|
||||
set RYB.BoatPurchased to 1
|
||||
RYBForSaleSignRef.Disable
|
||||
RYBBoatMapMarker.Enable
|
||||
ShowMap RYBBoatMapMarker 1
|
||||
set DoOnce to 1
|
||||
endif
|
||||
end
|
||||
Reference in New Issue
Block a user