summaryrefslogtreecommitdiff
path: root/data/scripts/sanctuary/script_PlayerTextBoardAppears.inc
blob: e587d4b131e86f319941c6d17a54859fe1f03f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
@ Player in Sanctuary when spawning text board
SCRIPT_START script_PlayerTextBoardAppears
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	MoveTo 0x00e8, 0x00a8
	SetAnimationState 0x0000
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000002
	Call SetPlayerActionNormal
SCRIPT_END