Ah, thank you! I keep forgetting about reloadbasic features. For some reason I find GetChildNodeInt easy to remember.<div><br></div><div>I ought to put comments in <a href="http://reload.bi">reload.bi</a> showing reloadbasic equivalents to those commands<br><br>On Thursday, June 29, 2017, 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"><br><div class="gmail_extra"><br><div class="gmail_quote">On 30 June 2017 at 08:59,  <span dir="ltr"><<a href="javascript:_e(%7B%7D,'cvml','subversion@hamsterrepublic.com');" target="_blank">subversion@hamsterrepublic.<wbr>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="javascript:_e(%7B%7D,'cvml','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></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>
</blockquote></div>