#IF conditional -- Operators? #124
Daemoen
started this conversation in
Script help
Replies: 1 comment
-
Nvm, missed a part of the #Math page:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok, another simple question -- does #If support logical operators? I see them listed in #MATH but nothing mentioned and I checked through all of the example scripts I could find, was surprised not a single one used logical operators.
For most of them, I realize I can just do larger #IF statements. Ex (this is from Mudlet(Lua), so I haven't fully converted it yet):
I can break those if's into more elseifs, just wanted to know if I need to or not.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions