summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/reveal/script_PlayerAtPicture.inc
blob: d63a6feca33558cdcbe6df8c78b433e5f362c94c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player in Sanctuary at picture
SCRIPT_START script_PlayerAtPicture
	BeginBlock
	SetEntitySpeed 0x0080
	EndBlock
	DoPostScriptAction 0x0001
	MoveTo 0x0098, 0x0058
	SetAnimationState 0x0000
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000002
	Call SetPlayerActionNormal
SCRIPT_END