summaryrefslogtreecommitdiff
path: root/data/scripts/minishWoods/script_PlayerAtFestari.inc
blob: 45220e22e568e3c3eba72fcaf53b921945fccb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player at Festari
SCRIPT_START script_PlayerAtFestari
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	MoveTo 0x00e8, 0x0068
	SetAnimationState 0x0000
	Wait 0x000f
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END