[Ohrrpgce] SVN: james/8911 Add mouse.hero_move node to general.reld

James Paige Bob at hamsterrepublic.com
Thu Jun 29 19:34:06 PDT 2017


Ah, thank you! I keep forgetting about reloadbasic features. For some
reason I find GetChildNodeInt easy to remember.

I ought to put comments in reload.bi showing reloadbasic equivalents to
those commands

On Thursday, June 29, 2017, Ralph Versteegen <teeemcee at gmail.com> wrote:

>
>
> On 30 June 2017 at 08:59, <subversion at hamsterrepublic.com
> <javascript:_e(%7B%7D,'cvml','subversion at hamsterrepublic.com');>> wrote:
>
>> james
>> 2017-06-29 13:59:27 -0700 (Thu, 29 Jun 2017)
>> 187
>> Add mouse.hero_move node to general.reld
>> It can be toggled on and off in a hidden "Mouse Options" menu in the
>> "spam" menu,
>> or from the F8 debug menu.
>> It does not actually DO anything yet
>> ---
>> U   wip/common.bi
>> U   wip/common.rbas
>> U   wip/custom.bas
>> U   wip/customsubs.bi
>> U   wip/customsubs.rbas
>> U   wip/game.bas
>> _______________________________________________
>> Ohrrpgce mailing list
>> ohrrpgce at lists.motherhamster.org
>> <javascript:_e(%7B%7D,'cvml','ohrrpgce at lists.motherhamster.org');>
>> http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
>
>
> IIF(GetChildNodeInt(mousenode, "move_hero", 0) <> 0, YES, NO)
> is equivalent to
> mousenode."move_hero".bool
> And for that matter, the IIF does nothing, because relational operators
> return 0 or -1
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20170629/af995109/attachment.htm>


More information about the Ohrrpgce mailing list