Quest and script fixes for quest
This commit is contained in:
@@ -8,10 +8,11 @@ void main()
|
||||
WalkWayPoints();
|
||||
GenerateNPCTreasure();
|
||||
// ***** END DEFAULT GENERIC BEHAVIOR ***** //
|
||||
|
||||
ClearAllActions();
|
||||
// Sit in the assigned chair.
|
||||
string sChairTag = "RoyalSeat";
|
||||
object oChair = GetNearestObjectByTag(sChairTag);
|
||||
DelayCommand(15.0, ActionSit(oChair));
|
||||
DelayCommand(5.0, ActionSit(oChair));
|
||||
DelayCommand(5.0, ActionSit(oChair));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user