Oblivion Game Data

Select game:

Search:

Select a record type:

MS27Script (0x000a6573)

  • Record Type: SCPT
  • Editor ID: MS27Script
  • Form ID: 0x000a6573
  • Source File: Oblivion.noSI.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
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

Database last updated 11/02/2011
SCPT records last updated 10/31/2011