Various fixes to areas, mobs, CRs, items, and scripts
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
#include "nw_o2_coninclude"
|
||||
#include "x0_i0_walkway"
|
||||
|
||||
void main()
|
||||
{
|
||||
ActionSit (GetNearestObjectByTag ("RoyalSeat", OBJECT_SELF));
|
||||
// ***** BEGIN DEFAULT GENERIC BEHAVIOR (DO NOT TOUCH) ***** //
|
||||
SetListeningPatterns();
|
||||
WalkWayPoints();
|
||||
GenerateNPCTreasure();
|
||||
// ***** END DEFAULT GENERIC BEHAVIOR ***** //
|
||||
|
||||
// Sit in the assigned chair.
|
||||
string sChairTag = "RoyalSeat";
|
||||
object oChair = GetNearestObjectByTag(sChairTag);
|
||||
DelayCommand(15.0, ActionSit(oChair));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user