If anyone can tell me where I'm going wrong the help would be appreciated:
Here's the script I have atm: (My door is called "cdColdDeckFrontDoor")
Scriptname cdColdDeckFrontDoorObjectScriptBegin GameMode If Player.GetInCell cdColdDeckGiftShopInt == 1 cdColdDeckFrontDoor.UnlockendifendBegin GameModeIf GetCurrentTime <= 9.00 If GetCurrentTime >= 20.00 cdColdDeckFrontDoor.Unlock endifendifendBegin GameModeIf GetCurrentTime >= 9.00 If GetCurrentTime <= 20.30 If Player.GetInCell cdColdDeckGiftShopInt == 0 cdColdDeckFrontDoor.Lock 100 endif endifendifendBegin GameMode If Player.GetInCell cdColdDeckGiftShopInt == 1 cdColdDeckFrontDoor.Unlockendifend
Cheers!
