summaryrefslogtreecommitdiffstats
path: root/Server/AI/Orders/AI_WPRemove.sqf
blob: a02a1e2045d80d7a44d61e6cdce08245ff191409 (plain)
1
2
3
4
5
6
Private ['_team','_z'];
_team = _this;

for [{_z = (count (waypoints _team))-1},{_z > -1},{_z = _z - 1}] do {
	deleteWaypoint [_team, _z];
};