major-stiffy 281 Posted February 2, 2018 I have a hard time griping a waypoint I've put down while playing Pilgrimage mission so I can move it without creating a new waypoint marker. I have to zoom in very close and make multiple attempts to grab it. Is there some way of changing the cursor to make this easier? Also in Pilgrimage it makes multiple markers while holding the shift+left click, is there a way to make that stop? Thanks Share this post Link to post Share on other sites
Rydygier 1317 Posted March 10, 2018 Quote Also in Pilgrimage it makes multiple markers while holding the shift+left click, is there a way to make that stop? Go into JR_fnc.sqf, find RYD_JR_LazyTravel function and delete this part of it: case (_shift) : { if not (RYD_JR_NoMarkers) then { _gp = group player; _pos = [_pos select 0,_pos select 1]; _aPos = getPosATL player; _aPos resize 2; ((waypoints _gp) select 0) setWaypointPosition [_aPos,0]; _wp = _gp addWaypoint [_pos,0]; _wp setWaypointType 'MOVE'; _wp setWaypointStatements ['true','deleteWaypoint [(group this),0]'] } } :) Share this post Link to post Share on other sites
major-stiffy 281 Posted March 10, 2018 I'll give it a go. Thanks Share this post Link to post Share on other sites