<div dir="ltr">Now that I look at the code again, what I think I really need to do is make some wrappers for getting and setting nodes from general.reld using NodeByPath syntax. That will probably be the least work in the long run.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 29, 2017 at 7:34 PM, James Paige <span dir="ltr"><<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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" target="_blank">reload.bi</a> showing reloadbasic equivalents to those commands<div><div class="h5"><br><br>On Thursday, June 29, 2017, Ralph Versteegen <<a href="mailto:teeemcee@gmail.com" target="_blank">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>subversion@hamsterrepublic.co<wbr>m</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>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></div></div>
</blockquote></div><br></div>