<div dir="ltr"><div><div>I'm a bit concerned by:<br><br>+   IF rank = 0 ANDALSO gam.hero_pathing(rank).by_user THEN<br>+    'Only the leader activates NPCs, and only when doing built-in user pathing<br><br></div>Other commands for scripted hero movement don't have any affect on touch-NPC activation. And I assume pathing a touch-activated NPC past the hero doesn't prevent its activation either. Why should hero pathfinding be exceptional? If people don't want touch activation to occur, they could explicitly suspend that activation instead*.<br></div><div>And anyway, you only disabled the touch-NPC-activation check in update_hero_pathfinding, but didn't disable the check in the NPC movement code.<br></div><div><br></div>* In fact, there is no command to suspend NPC activation, except for "suspend obstruction" and "set npc usable"! The lack of a "suspend npc activation" command is a pretty huge oversight.<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.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:12 -0700 (Mon, 26 Mar 2018)<br>
217<br>
Add a .by_user member to the HeroPathing object and use it to distinguish between built-in user pathing and scripted hero pathing<br>
Options to cancel pathing on textbox, menus, and battles only apply when .by_user = YES<br>
---<br>
U   wip/game.bas<br>
U   wip/<a href="http://game.bi" rel="noreferrer" target="_blank">game.bi</a><br>
U   wip/<a href="http://game_udts.bi" rel="noreferrer" target="_blank">game_udts.bi</a><br>
______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org">ohrrpgce@lists.motherhamster.<wbr>org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.<wbr>org/listinfo.cgi/ohrrpgce-<wbr>motherhamster.org</a><br>
</blockquote></div><br></div>