Initial commit. Updated release archive.
This commit is contained in:
22
_module/nss/boxquest_tele.nss
Normal file
22
_module/nss/boxquest_tele.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
#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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user