Oblivion Game Data

Select game:

Search:

Select a record type:

ReynaldJemaneScript (0x000e9cb7)

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

short Conv

Begin gamemode

;This triggers the conversation when the brothers are near the player

if ( GetStage MS16 >= 20 )
	if ( Player.GetDistance ReynaldJemaneRef <= 400 ) && ( Player.GetDistance GuilbertJemaneRef <= 400 ) && ( GetDistance GuilbertJemaneRef <= 500 ) && ( Conv == 0 )
		setstage MS16 25
		StartConversation GuilbertJemaneRef, MS16Brothers
		set Conv to 1
	endif
endif

end

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