summaryrefslogtreecommitdiff
path: root/data/scripts/fow/script_MazaalMacroDefeated.inc
blob: 694d5d25f704aa00082b4f099e6dd573fe6210cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Mazaal Macro when defeated
SCRIPT_START script_MazaalMacroDefeated
	BeginBlock
	SetPlayerIdle
	EndBlock
	Wait 0x0078
	SetAction 0x0004
	StartPlayerScript script_PlayerDefeatedMazaal
	WaitForSyncFlagAndClear 0x00000002
	Wait 0x000c
	SetAction 0x0005
SCRIPT_END