Updated Jasperre's AI
Updated Jasperre's AI to 1.4, fixed a few other coding bugs & fully compiled module.
This commit is contained in:
@@ -7,14 +7,13 @@ http://nwvault.ign.com/View.php?view=Other.Detail&id=4683&id=625 */
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oItem;
|
||||
oItem = GetItemPossessedBy(oPC, "ScrollofEtherealJaunt");
|
||||
|
||||
if (GetIsObjectValid(oItem))
|
||||
DestroyObject(oItem);
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
location lTarget;
|
||||
oTarget = GetWaypointByTag("menak1");
|
||||
|
Reference in New Issue
Block a user