Initial commit version 0.1.0

This commit is contained in:
2025-06-04 22:11:31 -04:00
commit f5fd13eb8a
45 changed files with 2575 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
; RYB Stage 21 Collider Collision
set RYB.BaseBoatVelocity to 0
set RYB.CurrentTurnRate to 0
set RYB.BoatMoving to 0
set RYB.AutoRowing to 0
set RYB.Rowing to 0
RYBColliderRef.Disable
RYBSeatRef.SetDestroyed 0
RYBBoatMapMarker.Enable
set RYB.CollisionDetectTimer to RYB.CollisionDetectDelay
if (RYB.BaseBoatVelocity > (RYB.BoatMaxVelocity * 0.9) || RYB.BaseBoatVelocity < -(RYB.BoatMaxVelocity * 0.9))
RYBBoatRef.PlaySound3D TRPImpactStone
else
RYBBoatRef.PlaySound3D TRPMineExplode
endif
set RYB.Grounded to 1
Message "The boat has grounded."