Oblivion Game Data

Select game:

Search:

Select a record type:

BeggarScript (0x0006e606)

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


;This script updates a variable in TandilweScript if a beggar is killed during quest TrainingSpeechcraft

Begin OnDeath

if ( GetStage TrainingSpeechcraft == 20 )
	set TandilweRef.BeggarKilled to ( TandilweRef.BeggarKilled + 1 )
endif


End

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