scn Scriptname
short once
begin GameMode
if [B]NPCRef01[/B].getdead == 1
if [B]NPCRef02[/B].getdead == 1
if [B]NPCRef03[/B].getdead == 1
if [B]NPCRef04[/B].getdead == 1
if once == 0
set once to 1
SetStage [B]QuestID QuestStage[/B]
endif
endif
endif
endif
endif
end