Oh, right! I meant to fix that... I actually dreamed that I fixed it  a few nights back, which might be why I forgot about it in the waking world ;)<br><br>On Monday, March 26, 2018, Ralph Versteegen <<a href="mailto:teeemcee@gmail.com">teeemcee@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br>In SUB update_hero_pathfinding:<br><br>+ IF rank > 0 ANDALSO NOT caterpillar_is_suspended() THEN<br>+  'quietly do nothing when trying to update non-leaders<br>+  'while caterpillar party is enabled<br>+  EXIT SUB<br>+ END IF<br><br></div>I'm guessing, but should there be a call to cancel_hero_pathfinding here? If you tell a hero other than the leader to pathfind, then resume the caterpillar (stopping the movement), and a bit later suspend the caterpillar again, will they resume the old pathfinding command?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 March 2018 at 11:15,  <span dir="ltr"><<a href="mailto:subversion@hamsterrepublic.com" target="_blank">subversion@hamsterrepublic.<wbr>com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">james<br>
2018-03-26 15:15:15 -0700 (Mon, 26 Mar 2018)<br>
189<br>
Call update_hero_pathfinding() on every tick for each hero<br>
Does nothing on non-leaders when caterpillar is enabled.<br>
when suspendplayer happens. pathing with .by_user = YES is auto-cancelled<br>
---<br>
U   wip/game.bas<br>
U   wip/<a href="http://game.bi" rel="noreferrer" target="_blank">game.bi</a><br>
______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
</blockquote></div><br></div>
</blockquote>