Oblivion Game Data

Select game:

Search:

Select a record type:

SEKithlanScript (0x00018144)

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

;This script covers everything necessary for NPC SEKithlan

short ChaliceInfo			;flag set when Kithlan says his piece on the Chalice for SE04
short PrisonDistance		;flag set when Kithlan is in the prison cell for SE05



Begin OnActivate

	if SEHerdirRef.TargetRef == SEKithlanRef
		if IsActionRef Player == 1 
			return
		endif
	else
		Activate
	endif

End


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