I remember seeing it somewhere, but spent 15 minutes looking for that option, yet to be found....
I find it neater and less spammy if my input commands appeared on the side of my prompt line.
The option is not appearing under Output or Commands.
New here, please go easy on me.
Thanks
PS: Also, I'm working to setup a ColourNote that displays Fully Healed! when my HP is full (just started learning the basics, reading MUSHCLIENT Introduction to Scripting). Problem is, it works when the script goes:
if %1 < (whatever number I put)
But because I'm trying to match my HP to its full value, I do:
if %1 = 300 (being my max HP)
However this doesn't work. Is the "=" sign not recognised?
Thanks again. I can't seem to find a list of correct commands for "if" in the Help file provided with the freeware.
I find it neater and less spammy if my input commands appeared on the side of my prompt line.
The option is not appearing under Output or Commands.
New here, please go easy on me.
Thanks
PS: Also, I'm working to setup a ColourNote that displays Fully Healed! when my HP is full (just started learning the basics, reading MUSHCLIENT Introduction to Scripting). Problem is, it works when the script goes:
if %1 < (whatever number I put)
But because I'm trying to match my HP to its full value, I do:
if %1 = 300 (being my max HP)
However this doesn't work. Is the "=" sign not recognised?
Thanks again. I can't seem to find a list of correct commands for "if" in the Help file provided with the freeware.