summaryrefslogtreecommitdiff
path: root/data/scripts/windRuins/script_PlayerAtTextboard.inc
blob: 739d42e9e1ad707b8a3527e5c73ddf5fae502ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player at Text board after Mazaal
SCRIPT_START script_PlayerAtTextboard
	BeginBlock
	SetEntitySpeed 0x0080
	EndBlock
	DoPostScriptAction 0x0001
	MoveTo 0x00a0, 0x0078
	SetAnimationState 0x0000
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END