Oblivion Game Data

Select game:

Search:

Select a record type:

MS11BradonCorpse (0x00014eb2)

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

short Crime
short CurrentCrimeCount

begin OnActivate Player

if ( GetStage MS11 < 50 ) && ( IsActionRef Player == 1 )
	Messagebox "Repeated tampering with Bradon's corpse is a crime and will alert the authorities."
	set Crime to ( Crime + 1 )
endif

end

begin gamemode

if ( Crime >= CurrentCrimeCount ) && ( Crime >= 2 )
	sendtrespassalarm player
	player.modcrimegold 100
	set Crime to CurrentCrimeCount
endif

end

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