Oblivion Game Data

Select game:

Search:

Select a record type:

CGBladesEquipmentScript (0x00022f85)

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

; this script disables everything in the world after Baurus speaks to you, to make sure the player doesn't leave with it
begin gamemode
	if getstage CharacterGen == 88

		if getcontainer == 0
			if getdisabled == 0
				disable
			endif
		elseif getcontainer != GlenroyRef
			removeMe
		endif

	endif
end

begin OnAdd player
	set MQ01.heavyarmor to 1
end

begin OnEquip player
	set MQ01.heavyArmorEquip to 1
end

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