Changed XP system over to PnP XP system
Changed XP system over to PnP XP system. Updated NWNxEE scripts. Full compile. Updated public release archive.
This commit is contained in:
@@ -63,13 +63,10 @@ void RndDropGear(object oNPC)
|
||||
SetDroppableFlag(oLeftRing, bDropLeftRing);
|
||||
SetDroppableFlag(oRightRing, bDropRightRing);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("sf_xp", OBJECT_SELF);
|
||||
|
||||
RndDropGear(OBJECT_SELF);
|
||||
|
||||
RndDropGear(OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user