Oblivion Game Data

Select game:

Search:

Select a record type:

SE07ADarkSeducerEliteQuartersGuard01Script (0x00053005)

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

;This script is used for the Guard Patrol outside of Syl's Private Bedchambers
;At the beginning of each package, a variable is set and the guard is EVP'd, so they may pass into the next package smoothly
;At the end of the last package, the variable is reset so the process may repeat

begin OnPackageEnd SE07ADSEliteGuard01Patrol01

	Set SE07A.Guard01Go to 1
	Evp

end

begin OnPackageEnd SE07ADSEliteGuard01Patrol02

	Set SE07A.Guard01Go to 2
	Evp

end

begin OnPackageEnd SE07ADSEliteGuard01Patrol03

	Set SE07A.Guard01Go to 3
	Evp

end

begin OnPackageEnd SE07ADSEliteGuard01PatrolEnd

	Set SE07A.Guard02Go to 0
	Evp

end

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