Oblivion Game Data

Select game:

Search:

Select a record type:

MS45DarMaHorse (0x00028152)

  • Record Type: SCPT
  • Editor ID: MS45DarMaHorse
  • Form ID: 0x00028152
  • Source File: Oblivion.noSI.esm.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
scriptname MS45DarMaHorse

short once

begin gamemode
	; see if this works -- player is near and looking at the horse
	if getdistance player < 150 && ms45.foundHorse == 0
		if player.getheadingangle MS45HorseRef2 < 45 && player.getheadingangle MS45HorseRef2 > -45
			if (getstage ms45 >= 10)
				AddTopic DarMaTopic
				set ms45.foundHorse to 1
;				MessageBox "This appears to be Dar Ma's horse, Blossom."
				setstage MS45, 31
			endif
		endif
	endif
end

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