scn MS27Script
short stoleCrown ; set to 1 when player takes crown from Herminia Cinna
short lindaiCrown ; set to 1 when player gets crown of Lindai
short nextStageDay ; set to day when Umbacano gets Herminia's crown from Maric
short meetNenalata ; set to day when Umbacano expects to meet player at Nenalata
begin gamemode
; kill Herminia Cinna offstage if player won't help Umbacano get the crown
if getstage ms27 == 5
if herminiacinnaref.getdead == 0 && herminiacinnaref.getinsamecell player == 0
herminiacinnaref.kill
setstage ms27 50
endif
endif
if getstage ms27 > 80 && getstage ms27 < 100
if player.isinInterior == 0
setstage ms27 100
endif
endif
end |