#(Likonchi) flags
29 messages · Page 1 of 1 (latest)
(Likonchi) flags
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
I would look in the documentation, but the browser lags, I ask here
'List insert: '->': adds the input value as a single new entry in the list (see also 'List split'). Example: - define x:->:new_value'
test:->:123 = list@123|test|
!guide data actions
Did you mean to search for run it your way: run/inject options (placeholder only)?
!guide define command
Did you mean to search for blurring the line between commands and tags: procedure scripts?
View the guide page 'Short Term Memory: Definitions' at: https://guide.denizenscript.com/guides/basics/definitions.html
data actions are explained here ^
!lang operator
An operator is a tool for comparing values, used by commands like !command if, !command while, !command waituntil, ... and tags like !tag ObjectTag.is.than
Available Operators include:
"Equals" is written as "==" or "equals".
"Does not equal" is written as "!=".
"Is more than" is written as ">" or "more".
"Is less than" is written as "<" or "less".
"Is more than or equal to" is written as ">=" or "or_more".
"Is less than or equal to" is written as "<=" or "or_less".
"does this list or map contain" is written as "contains". For example, "- if a|b|c contains b:" or "- if [a=1;b=2] contains b:"
"is this in the list or map" is written as "in". For example, "- if b in a|b|c:", or "- if [a=1;b=2] contains b:"
"does this object or text match an advanced matcher" is wr...
Comparables
oop wrong name