Files
tmc/data/scripts/dhc/script_PlayerCastleEscape.inc
2022-12-21 23:40:27 +01:00

12 lines
275 B
ObjectPascal

@ DHC Player trying to escape the collapsing castle
SCRIPT_START script_PlayerCastleEscape
BeginBlock
SetEntitySpeed 0x0100
EndBlock
MoveTo 0x0198, 0x01c8
SetAnimationState 0x0004
DoPostScriptAction 0x0000
SetSyncFlag 0x00000001
Call SetPlayerActionNormal
SCRIPT_END