Allow ladder to work while boat is moving
This commit is contained in:
BIN
RowYourBoat.zip
Normal file
BIN
RowYourBoat.zip
Normal file
Binary file not shown.
@@ -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
|
||||
Reference in New Issue
Block a user