Oblivion Game Data

Select game:

Search:

Select a record type:

PublicanWestWealdErina (0x0003b356)

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

;CellName: SkingradWestWealdInn
;Publican: Erina Jeranus
;Room: West end of hallway (in cell SkingradTwoSistersLodgeUpstairs)
;Global Var: RentSkingradWestWealdInn
;Door Ref: WestWealdRentDoor



short rent
short rentday
short rentmonth
short cleanup
short setup



begin gamemode


if ( rent == 1 )
	
	if ( setup == 0 )
		set rentday to GameDay
		set rentmonth to GameMonth
		set setup to 1
		WestWealdRentDoor.unlock	
		WestWealdRentBed.SetOwnership

	else
	
		if ( GameDay != rentday )
			set cleanup to 1
		elseif ( GameMonth != rentmonth )
			set cleanup to 1
		endif
	endif

	if ( Player.GetInCell SkingradWestWealdInn == 0 )
		if ( Cleanup == 1 )
			set Cleanup to 2
		endif
	endif


	if ( Cleanup == 2 )
		
		set rent to 0 
		set setup to 0
		set rentday to 0
		set rentmonth to 0
		set cleanup to 0
		WestWealdRentDoor.SetOpenState 0
		WestWealdRentDoor.lock 30
		WestWealdRentBed.SetOwnership ErinaJeranus
	endif
endif



End


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