Oblivion Game Data

Select game:

Search:

Select a record type:

ARCelingSpikesTrap01SCRIPT (0x000486d3)

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

short init

float fTrapDamage
float fTrapPushBack
float fTrapMinVelocity
short bTrapContinuous

begin gameMode

	if init == 0
		set fTrapDamage to 100
     	set fTrapPushBack to 1000
     	set fTrapMinVelocity to 20
     	set bTrapContinuous to 0

		set init to 1
	else
		TrapUpdate
	endif

end

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