summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_PlayerWhenLeavingCarlovAlreadyPaid.inc
blob: 59813b25975796f86280f8085579f3e5c03b9661 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ Player at Carlov when trying to leave when already paid
SCRIPT_START script_PlayerWhenLeavingCarlovAlreadyPaid
	EndBlock
	WaitForSyncFlagAndClear 0x00000001
	SetEntitySpeed 0x00e0
	MoveTo 0x0078, 0x0078
	DoPostScriptAction 0x0000
	Wait 0x0010
	SetSyncFlag 0x00000002
	Call PlayerSetNormalAndCollide
SCRIPT_END