#(Likonchi) flags

29 messages · Page 1 of 1 (latest)

crisp haven
#

What does the -> in the flag command do, such as flag player test:->:123, what does it do?

pallid knotBOT
#

(Likonchi) flags

pallid knotBOT
#

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>

crisp haven
#

I would look in the documentation, but the browser lags, I ask here

desert crest
#

'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|

terse bluff
#

!guide data actions

dense lynxBOT
#
Possible Confusion

Did you mean to search for run it your way: run/inject options (placeholder only)?

terse bluff
#

!guide define command

dense lynxBOT
#
Possible Confusion

Did you mean to search for blurring the line between commands and tags: procedure scripts?

terse bluff
#

.>

#

!guide short term memory

terse bluff
#

data actions are explained here ^

desert crest
#

!lang operator

dense lynxBOT
# desert crest !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...

Group

Comparables

desert crest
#

oop wrong name

crisp haven
#

thanks

#

i found