<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 30 June 2017 at 08:59,  <span dir="ltr"><<a href="mailto:subversion@hamsterrepublic.com" target="_blank">subversion@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">james<br>
2017-06-29 13:59:27 -0700 (Thu, 29 Jun 2017)<br>
187<br>
Add mouse.hero_move node to general.reld<br>
It can be toggled on and off in a hidden "Mouse Options" menu in the "spam" menu,<br>
or from the F8 debug menu.<br>
It does not actually DO anything yet<br>
---<br>
U   wip/<a href="http://common.bi" rel="noreferrer" target="_blank">common.bi</a><br>
U   wip/common.rbas<br>
U   wip/custom.bas<br>
U   wip/<a href="http://customsubs.bi" rel="noreferrer" target="_blank">customsubs.bi</a><br>
U   wip/customsubs.rbas<br>
U   wip/game.bas<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></blockquote><div><br>IIF(GetChildNodeInt(mousenode, "move_hero", 0) <> 0, YES, NO)<br></div><div>is equivalent to<br>mousenode."move_hero".bool<br></div><div>And for that matter, the IIF does nothing, because relational operators return 0 or -1<br></div></div></div></div>