Two Small Questions...?

Post » Tue May 17, 2011 11:13 am

1) How can I make an NPC sit in a certain chair after a quest update?

I have given him an ambush package so he talks to the player, this works fine (This package currently has no conditions) . When he has finnished talking to the player the quest updates. After this the NPC is SUPPOSED to sit in a chair. I have given the chair a referance and everything. These are the conditions I use for him sitting on the chair:

"GetStage 1AAAAQuest1 == 10.00"

Is there anything wrong? He just stands there after he speaks to the player....

2) How can I change the time of day at the start of the game? My mods adds an alternate beginning and I would much rather it start late morning rather that 1:00 am.

Cheers,

Shadowform.
User avatar
The Time Car
 
Posts: 3435
Joined: Sat Oct 27, 2007 7:13 pm

Post » Tue May 17, 2011 1:33 am

1. Are you calling http://cs.elderscrolls.com/constwiki/index.php/EvaluatePackage on the NPC after the quest update?
Also I noticed your using numerics as the first character in your quest above. You absolutely cannot use a numeric as the first character in a 'reference ID name'. It will not work.

2. Have you tried changing the GameHour? http://cs.elderscrolls.com/constwiki/index.php/Category:Time_Functions
I am not sure if you can actually change the time or not in Oblivion.
User avatar
Andy durkan
 
Posts: 3459
Joined: Fri Aug 03, 2007 3:05 pm


Return to IV - Oblivion