summaryrefslogtreecommitdiff
path: root/data/scripts/dhc/script_PlayerCastleEscape.inc
blob: 12dffdf31837cce164840c1d452254b3b20a6268 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ 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