summaryrefslogtreecommitdiff
path: root/data/scripts/npc/script_PlayerAtBladeBrothers.inc
blob: d67a60e83967de83cf0432311ebaacaac8f96ce1 (plain)
1
2
3
4
5
6
7
8
9
@ Player at Blade Brothers
SCRIPT_START script_PlayerAtBladeBrothers
	SetEntitySpeed 0x0100
	MoveTo 0x0078, 0x0050
	SetAnimationState 0x0000
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END