Oblivion Game Data

Select game:

Search:

Select a record type:

ND08WeaponSwordSCRIPT (0xKN000da9)

  • Record Type: SCPT
  • Editor ID: ND08WeaponSwordSCRIPT
  • Form ID: 0xKN000da9
  • Source File: Knights.esp.mod
  • Patch Status: FormID has not been modified.
Parameter Value
SCTX
scn ND08WeaponSwordSCRIPT

begin OnAdd player
	setstage ND08 60
end

begin OnEquip player
	if getPCInfamy <= 1
		player.addSpell ND08SwordCurse
		setstage ND08 55
	endif
end

begin OnUnequip player
; 	for now, curse is permanent until sword is reconsecrated
;	player.removeSpell ND08SwordCurse
end

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