Oblivion Game Data

Select game:

Search:

Select a record type:

MQ02Script (0x00066a06)

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

begin gamemode
	if getstage MQ02 == 20
		if player.isininterior == 0
			if player.getincell chorrol == 1
				setstage MQ02 30
			endif
		endif
	endif

	if getstage MQ02 < 40
		if player.isininterior == 0
			if player.getincell weynonpriory == 1
				setstage MQ02 40
			endif
		endif
	endif


end

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