Oblivion Game Data

Select game:

Search:

Select a record type:

BongondScript (0x0000ccc4)

  • Record Type: SCPT
  • Editor ID: BongondScript
  • Form ID: 0x0000ccc4
  • Source File: DLCHorseArmor.esp.mod
  • Patch Status: This is a modified, mod-specific version of this FormID. Other versions are: The values from the default version of this FormID are indicated below by "Default", when those values differ from this version of the FormID.
Parameter Value Default
SCTX
ScriptName BongondScript

Begin OnActivate
	If ( IsActionRef Player == 1 )
		If ( HorsePCChestnutChorrolRef.RespawnHorse ==1 )
			HorsePCChestnutChorrolRef.MoveTo ChorrolHorseMarker
			HorsePCChestnutChorrolRef.Resurrect
			HorsePCChestnutChorrolRef.Disable
			Set HorsePCChestnutChorrolRef.RespawnHorse to 0
		EndIf

		If ( HorsePCArmoredSteelChestnutChorrolRef.RespawnHorse == 1 )
			HorsePCArmoredSteelChestnutChorrolRef.MoveTo ChorrolHorseMarker
			HorsePCArmoredSteelChestnutChorrolRef.Resurrect
			HorsePCArmoredSteelChestnutChorrolRef.Disable
			Set HorsePCArmoredSteelChestnutChorrolRef.RespawnHorse to 0
		EndIf

		If ( HorsePCArmoredElvenChestnutChorrolRef.RespawnHorse == 1 )
			HorsePCArmoredElvenChestnutChorrolRef.MoveTo ChorrolHorseMarker
			HorsePCArmoredElvenChestnutChorrolRef.Resurrect
			HorsePCArmoredElvenChestnutChorrolRef.Disable
			Set HorsePCArmoredElvenChestnutChorrolRef.RespawnHorse to 0
		EndIf

	EndIf
	Activate
End
ScriptName BongondScript

Begin OnActivate
	If IsActionRef Player == 1
		If HorsePCChestnutChorrolRef.RespawnHorse ==1
			HorsePCChestnutChorrolRef.MoveTo ChorrolHorseMarker
			HorsePCChestnutChorrolRef.Resurrect
			HorsePCChestnutChorrolRef.Disable
			Set HorsePCChestnutChorrolRef.RespawnHorse to 0
		EndIf
	EndIf
	Activate
End

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