Initial commit version 0.1.0
This commit is contained in:
13
ResultScripts/RYBQuestStage41PositionExecChest.psc
Normal file
13
ResultScripts/RYBQuestStage41PositionExecChest.psc
Normal file
@@ -0,0 +1,13 @@
|
||||
; RYB Stage 41 Chest Position Execution
|
||||
|
||||
if (RYB.Resetting == 2)
|
||||
RYBChestRef.MoveTo RYBBoatRef
|
||||
else
|
||||
RYBChestRef.MoveTo Player
|
||||
endif
|
||||
RYBChestRef.SetPos x, RYB.ChestX
|
||||
RYBChestRef.SetPos y, RYB.ChestY
|
||||
RYBChestRef.SetPos z, RYB.ChestZ
|
||||
RYBChestRef.SetAngle z, RYB.ChestAngle
|
||||
RYBChestRef.SetAngle x, RYB.BoatPitchAngle
|
||||
RYBChestRef.SetAngle y, RYB.BoatRollAngle
|
||||
Reference in New Issue
Block a user