scn PIRATEStartpzCatastriggerScript
float timer
short triggered
begin OnTrigger player
if getstage PIRATEStartquestShip == 90
set triggered to 1
endif
end
begin Gamemode
if timer > 0
set timer to getsecondspassed
endif
if Timer == 1
Playsound AMBThunder
endif
if Timer > 4 && < 10
triggerhitshader 40
endif
if Timer == 6
player.addspell PIRATEStartpzPara
endif
if Timer == 10
player.dispel PIRATEStartpzPara
setstage PIRATEStartquestcatastrophe 10
player.movetomarker PIRATEStartpzCataMarker
endif
end