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

23 lines
329 B
Plaintext

#include "nw_i0_plot"
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetWaypointByTag("WP_Balkan_Beach");
AssignCommand(oPC, ClearAllActions());
oTarget = GetWaypointByTag("WP_Balkan_Beach");
DelayCommand(3.0, AssignCommand(oPC, ActionJumpToObject(oTarget)));
SetPLocalInt(oPC, "BoxQuest", 2);
}