diff --git a/RowYourBoat.zip b/RowYourBoat.zip new file mode 100644 index 0000000..eadbde9 Binary files /dev/null and b/RowYourBoat.zip differ diff --git a/Scripts/RYBLadderScript.psc b/Scripts/RYBLadderScript.psc index f53058c..1cd799e 100644 --- a/Scripts/RYBLadderScript.psc +++ b/Scripts/RYBLadderScript.psc @@ -1,5 +1,9 @@ ScriptName RYBLadderScript begin OnActivate - set RYB.TriggerGetOnBoat to 2 + if (RYB.BoatMoving >= 1) + set RYB.TriggerGetOnBoat to 1 + else ; can only use the seat if the boat is not moving + set RYB.TriggerGetOnBoat to 2 + endif end \ No newline at end of file