HiddenTradition_PRC8/_module/nss/at_arc_tocrete.nss
2024-06-20 15:47:42 -04:00

18 lines
461 B
Plaintext

#include "nw_i0_plot"
void main()
{
object oPC = GetPCSpeaker();
object oTarget = GetWaypointByTag("WP_BoatFromCrete");
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);
}