Oblivion Game Data

Select game:

Search:

Select a record type:

DLCTomeSCRIPTDLCTomeStandardDisintegrateWeapon3Journeyman (0xST001ccc)

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

short button
short used

begin OnEquip player
	if used == 0
		MessageBox "Do you want to add 'Corrode Weapon' to your spell list?", "Yes", "No"
	endif
end

begin OnActivate
	Activate
	if isActionRef player == 1 && used == 0
		MessageBox "Do you want to add 'Corrode Weapon' to your spell list?", "Yes", "No"
	endif
end

begin menumode
	set button to getbuttonpressed
	if button > -1
		if button == 0
			; add the spell to the player's spellbook
			player.addspell StandardDisintegrateWeapon3Journeyman
			playsound SPLDestructionCast
			set used to 1
		endif
	endif
end


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