# Add Path Display Waypoint

Grammar — Add a waypoint at wayPoint to path pathDisplay
FlagsNative | Action

# Arguments

  • int<path> — Path Display
  • point — Way Point

Returns — void

native void PathAddWayPoint(
	int inPathId,
	point inWayPoint,
);

Category: UI / Path Display

# Examples

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:336

        PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(1129906521));
        PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
        PathAddWayPoint(PathLastCreated(), PointFromId(2117));
        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:337

        PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
        PathAddWayPoint(PathLastCreated(), PointFromId(2117));
        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:338

        PathAddWayPoint(PathLastCreated(), PointFromId(2117));
        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:339

        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:340

        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:341

        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:342

        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));
        PathAddWayPoint(PathLastCreated(), PointFromId(2131));

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:343

        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));
        PathAddWayPoint(PathLastCreated(), PointFromId(2131));
    }

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:344

        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));
        PathAddWayPoint(PathLastCreated(), PointFromId(2131));
    }
    else if (auto08F105A4_val == 2) {

mods/heroes.stormmodbase.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmap/MapScript.galaxy:349

        PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(597304232));
        PathSetDestinationPoint(PathLastCreated(), PointFromId(542));
        PathAddWayPoint(PathLastCreated(), PointFromId(2145));
        PathAddWayPoint(PathLastCreated(), PointFromId(2149));
        PathAddWayPoint(PathLastCreated(), PointFromId(2151));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:336

        PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(1129906521));
        PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
        PathAddWayPoint(PathLastCreated(), PointFromId(2117));
        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:337

        PathSetDestinationPoint(PathLastCreated(), PointFromId(80));
        PathAddWayPoint(PathLastCreated(), PointFromId(2117));
        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:338

        PathAddWayPoint(PathLastCreated(), PointFromId(2117));
        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:339

        PathAddWayPoint(PathLastCreated(), PointFromId(2119));
        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:340

        PathAddWayPoint(PathLastCreated(), PointFromId(2121));
        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:341

        PathAddWayPoint(PathLastCreated(), PointFromId(581));
        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:342

        PathAddWayPoint(PathLastCreated(), PointFromId(3551));
        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));
        PathAddWayPoint(PathLastCreated(), PointFromId(2131));

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:343

        PathAddWayPoint(PathLastCreated(), PointFromId(582));
        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));
        PathAddWayPoint(PathLastCreated(), PointFromId(2131));
    }

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:344

        PathAddWayPoint(PathLastCreated(), PointFromId(53));
        PathAddWayPoint(PathLastCreated(), PointFromId(2134));
        PathAddWayPoint(PathLastCreated(), PointFromId(2131));
    }
    else if (auto08F105A4_val == 2) {

mods/heroes.stormmod/base.stormmaps/maps/heroes/singleplayermaps/startingexperience/tutorial01.stormmapMapScript.galaxy:349

        PathCreateForUnitType(PlayerGroupAll(), "FootmanMinion", libStEx_gv_pLAYER_11_ORDER, PointFromId(597304232));
        PathSetDestinationPoint(PathLastCreated(), PointFromId(542));
        PathAddWayPoint(PathLastCreated(), PointFromId(2145));
        PathAddWayPoint(PathLastCreated(), PointFromId(2149));
        PathAddWayPoint(PathLastCreated(), PointFromId(2151));

mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmodbase.stormdata/LibMHPP.galaxy:303

    lv_itWaypoint = (libMHPP_gv_payloadPath.lv_payloadCurrentIndex + 1);
    for ( ; ( (autoD5752285_ai >= 0 && lv_itWaypoint <= autoD5752285_ae) || (autoD5752285_ai < 0 && lv_itWaypoint >= autoD5752285_ae) ) ; lv_itWaypoint += autoD5752285_ai ) {
        PathAddWayPoint(libMHPP_gv_payloadPath.lv_pathDisplay, libMHPP_gv_payloadPath.lv_path[lv_itWaypoint]);
        libMHPP_gv_payloadPath.lv_pathIndexMax += 1;
    }

mods/heroesbrawlmods/brawlmapmods/hanamurapayloadpush.stormmodbase.stormdata/LibMHPP.galaxy:345

    lv_itWaypoint = libMHPP_gv_payloadPath.lv_payloadCurrentIndex;
    for ( ; ( (auto23E03454_ai >= 0 && lv_itWaypoint <= auto23E03454_ae) || (auto23E03454_ai < 0 && lv_itWaypoint >= auto23E03454_ae) ) ; lv_itWaypoint += auto23E03454_ai ) {
        PathAddWayPoint(libMHPP_gv_payloadPath.lv_pathDisplay, libMHPP_gv_payloadPath.lv_path[lv_itWaypoint]);
        libMHPP_gv_payloadPath.lv_pathIndexMax += 1;
    }

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/MapMechanicsLib.galaxy:2135

        PathSetDestinationUnit(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_teams[libGame_gv_teamChaosIndex_C].lv_core);
        while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
            PathAddWayPoint(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            libMapM_gv_jungleMiniMapPathIndexMaximum[lv_mercLanerGroup] += 1;
            if ((lp_newPath == true)) {

mods/heroesdata.stormmodbase.stormdata/TriggerLibs/MapMechanicsLib.galaxy:2153

        PathSetDestinationUnit(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_teams[libGame_gv_teamOrderIndex_C].lv_core);
        while ((lv_itWaypoint > 1)) {
            PathAddWayPoint(libMapM_gv_jungleMiniMapPath[lv_mercLanerGroup], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            libMapM_gv_jungleMiniMapPathIndexMaximum[lv_mercLanerGroup] += 1;
            if ((lp_newPath == true)) {

mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmodbase.stormdata/LibMLBD.galaxy:1239

        PathSetDestinationUnit(libMLBD_gv_mMBOELaningPathLine, libGame_gv_teams[libGame_gv_teamChaosIndex_C].lv_core);
        while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
            PathAddWayPoint(libMLBD_gv_mMBOELaningPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            lv_itWaypoint += 1;
            libMLBD_gv_mMBOE_BossLanerPathIndexMax += 1;

mods/heroesmapmods/battlegroundmapmods/battlefieldofeternity.stormmodbase.stormdata/LibMLBD.galaxy:1248

        PathSetDestinationUnit(libMLBD_gv_mMBOELaningPathLine, libGame_gv_teams[libGame_gv_teamOrderIndex_C].lv_core);
        while ((lv_itWaypoint > 1)) {
            PathAddWayPoint(libMLBD_gv_mMBOELaningPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            lv_itWaypoint -= 1;
            libMLBD_gv_mMBOE_BossLanerPathIndexMax += 1;

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:2393

        PathSetDestinationUnit(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_teams[libGame_gv_teamChaosIndex_C].lv_core);
        while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
            PathAddWayPoint(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            lv_itWaypoint += 1;
            libSCHO_gv_mMHO_ArchangelPathIndexMax += 1;

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:2402

        PathSetDestinationUnit(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_teams[libGame_gv_teamOrderIndex_C].lv_core);
        while ((lv_itWaypoint > 1)) {
            PathAddWayPoint(libSCHO_gv_mMHO_ArchangelLanerPathLine, libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            lv_itWaypoint -= 1;
            libSCHO_gv_mMHO_ArchangelPathIndexMax += 1;

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:3120

    if (autoCDD13B39_val == libGame_gv_teamOrderIndex_C) {
        while ((lv_itWaypoint < (libGame_gv_laneData[lv_currentLane].lv_waypointCount - 1))) {
            PathAddWayPoint(libSCHO_gv_mMHO_ZergPaths[lp_team], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            lv_itWaypoint += 1;
            libSCHO_gv_mMHO_ZergPathIndexMax[libGame_gv_teamOrderIndex_C] += 1;

mods/heroesmapmods/battlegroundmapmods/braxisholdout.stormmodbase.stormdata/LibSCHO.galaxy:3127

    else if (autoCDD13B39_val == libGame_gv_teamChaosIndex_C) {
        while ((lv_itWaypoint > 1)) {
            PathAddWayPoint(libSCHO_gv_mMHO_ZergPaths[lp_team], libGame_gv_laneData[lv_currentLane].lv_waypoints[lv_itWaypoint]);
            lv_itWaypoint -= 1;
            libSCHO_gv_mMHO_ZergPathIndexMax[libGame_gv_teamChaosIndex_C] += 1;

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:444

        lv_waypointIndex = (libNPLD_gv_neutralPayload.lv_pathWaypoints_LastWaypointReached[lv_team_withProgress] + 1);
        for ( ; ( (autoEA8B284B_ai >= 0 && lv_waypointIndex <= autoEA8B284B_ae) || (autoEA8B284B_ai < 0 && lv_waypointIndex >= autoEA8B284B_ae) ) ; lv_waypointIndex += autoEA8B284B_ai ) {
            PathAddWayPoint(lv_pathDisplay_teamWithProgress, libNPLD_gv_neutralPayload.lv_pathWaypoints[lv_team_withProgress][lv_pathIndex_teamWithProgress][lv_waypointIndex]);
        }
        lv_waypointIndex = libNPLD_gv_neutralPayload.lv_pathWaypoints_LastWaypointReached[lv_team_withProgress];

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:448

        lv_waypointIndex = libNPLD_gv_neutralPayload.lv_pathWaypoints_LastWaypointReached[lv_team_withProgress];
        for ( ; ( (auto79811036_ai >= 0 && lv_waypointIndex <= auto79811036_ae) || (auto79811036_ai < 0 && lv_waypointIndex >= auto79811036_ae) ) ; lv_waypointIndex += auto79811036_ai ) {
            PathAddWayPoint(lv_pathDisplay_teamWithoutProgress, libNPLD_gv_neutralPayload.lv_pathWaypoints[lv_team_withProgress][lv_pathIndex_teamWithProgress][lv_waypointIndex]);
        }
        autoDD100EF3_ae = (libNPLD_gv_neutralPayload.lv_pathWaypoints_DestinationIndex[lv_team_withoutProgress][lv_pathIndex_teamWithoutProgress] - 1);

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:453

        lv_waypointIndex = 0;
        for ( ; ( (autoDD100EF3_ai >= 0 && lv_waypointIndex <= autoDD100EF3_ae) || (autoDD100EF3_ai < 0 && lv_waypointIndex >= autoDD100EF3_ae) ) ; lv_waypointIndex += autoDD100EF3_ai ) {
            PathAddWayPoint(lv_pathDisplay_teamWithoutProgress, libNPLD_gv_neutralPayload.lv_pathWaypoints[lv_team_withoutProgress][lv_pathIndex_teamWithoutProgress][lv_waypointIndex]);
        }
    }

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:460

        lv_waypointIndex = 1;
        for ( ; ( (auto9A78343E_ai >= 0 && lv_waypointIndex <= auto9A78343E_ae) || (auto9A78343E_ai < 0 && lv_waypointIndex >= auto9A78343E_ae) ) ; lv_waypointIndex += auto9A78343E_ai ) {
            PathAddWayPoint(libNPLD_gv_neutralPayload.lv_pathDisplay_Order, libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamOrderIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamOrderIndex_C]][lv_waypointIndex]);
        }
        auto4C946E13_ae = (libNPLD_gv_neutralPayload.lv_pathWaypoints_DestinationIndex[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]] - 1);

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:465

        lv_waypointIndex = 1;
        for ( ; ( (auto4C946E13_ai >= 0 && lv_waypointIndex <= auto4C946E13_ae) || (auto4C946E13_ai < 0 && lv_waypointIndex >= auto4C946E13_ae) ) ; lv_waypointIndex += auto4C946E13_ai ) {
            PathAddWayPoint(libNPLD_gv_neutralPayload.lv_pathDisplay_Chaos, libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]][lv_waypointIndex]);
        }
    }

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:688

    lv_waypointIndex = 1;
    for ( ; ( (auto5E573E48_ai >= 0 && lv_waypointIndex <= auto5E573E48_ae) || (auto5E573E48_ai < 0 && lv_waypointIndex >= auto5E573E48_ae) ) ; lv_waypointIndex += auto5E573E48_ai ) {
        PathAddWayPoint(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamOrderIndex_C], libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamOrderIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamOrderIndex_C]][lv_waypointIndex]);
    }
    autoAC653D97_ae = (libNPLD_gv_neutralPayload.lv_pathWaypoints_DestinationIndex[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]] - 1);

mods/heroesmapmods/battlegroundmapmods/hanamura.stormmodbase.stormdata/LibNPLD.galaxy:693

    lv_waypointIndex = 1;
    for ( ; ( (autoAC653D97_ai >= 0 && lv_waypointIndex <= autoAC653D97_ae) || (autoAC653D97_ai < 0 && lv_waypointIndex >= autoAC653D97_ae) ) ; lv_waypointIndex += autoAC653D97_ai ) {
        PathAddWayPoint(libNPLD_gv_neutralPayload.lv_warningPathDisplay[libGame_gv_teamChaosIndex_C], libNPLD_gv_neutralPayload.lv_pathWaypoints[libGame_gv_teamChaosIndex_C][libNPLD_gv_neutralPayload.lv_pathIndex_Team[libGame_gv_teamChaosIndex_C]][lv_waypointIndex]);
    }
    libCore_gf_CreateMinimapPingStormWithPlayerId(PlayerGroupAll(), "OWHanaPayloadWarning", libNPLD_gv_neutralPayload.lv_pathWaypoints_StartLocation, ColorWithAlpha(0,0,0,0), 5.0, 0);

mods/heromods/thefirelords.stormmodbase.stormdata/LibHMaj.galaxy:206

    while ((lp_endingWaypoint > 0) && (lv_currentWaypoint != lp_endingWaypoint)) {
        lv_currentWaypoint = (lv_currentWaypoint + lp_waypointDelta);
        PathAddWayPoint(libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex], libGame_gv_laneData[lp_currentLane].lv_waypoints[lv_currentWaypoint]);
    }
    PathSetDestinationPoint(libHMaj_gv_lavaWaveMiniMapPathId[lp_player][lp_lavaWaveIndex], libGame_gv_laneData[lp_currentLane].lv_waypoints[lv_currentWaypoint]);

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:798

        auto83F9FE22_var = (lp_startingIndex + 1);
        for ( ; auto83F9FE22_var <= auto83F9FE22_ae; auto83F9FE22_var += 1 ) {
            PathAddWayPoint(PathLastCreated(), PointFromName((lp_pathDisplayID + "-" + IntToString(auto83F9FE22_var))));
        }
        lv_i = lp_startingIndex;

mods/novastoryassets.sc2modbase3.sc2maps/maps/campaign/nova/nova09.sc2map/MapScript.galaxy:808

                autoD85986E0_var = lv_i;
                for ( ; autoD85986E0_var <= autoD85986E0_ae; autoD85986E0_var += 1 ) {
                    PathAddWayPoint(gv_hyperionMinimapPathDisplay, PointFromName((lp_pathDisplayID + "-" + IntToString(autoD85986E0_var))));
                }
            }

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:798

        auto83F9FE22_var = (lp_startingIndex + 1);
        for ( ; auto83F9FE22_var <= auto83F9FE22_ae; auto83F9FE22_var += 1 ) {
            PathAddWayPoint(PathLastCreated(), PointFromName((lp_pathDisplayID + "-" + IntToString(auto83F9FE22_var))));
        }
        lv_i = lp_startingIndex;

mods/novastoryassets.sc2mod/base3.sc2maps/maps/campaign/nova/nova09.sc2mapMapScript.galaxy:808

                autoD85986E0_var = lv_i;
                for ( ; autoD85986E0_var <= autoD85986E0_ae; autoD85986E0_var += 1 ) {
                    PathAddWayPoint(gv_hyperionMinimapPathDisplay, PointFromName((lp_pathDisplayID + "-" + IntToString(autoD85986E0_var))));
                }
            }