Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/at_arc_toheliop.nss
Normal file
17
_module/nss/at_arc_toheliop.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oTarget = GetWaypointByTag("WP_HeliopolisBoat");
|
||||
location lDebark = GetLocation(oTarget);
|
||||
string sTag=GetTag(OBJECT_SELF);
|
||||
|
||||
AssignCommand(oPC,ClearAllActions());
|
||||
AssignCommand(oPC,DelayCommand(1.75,ActionJumpToLocation(lDebark)));
|
||||
//This next line is intended to reset Kan's conversation for the next voyage
|
||||
SetLocalInt(oPC,"sTag",0);
|
||||
|
||||
SetLocalInt(oPC, "iPirateAttack", 0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user