#I need help with chat commands or smth like that

1 messages · Page 1 of 1 (latest)

river badge
#

What have you tried so far? Which part is giving you difficulties?

#

Well, that's the first step you should take =)

#

The most I can do for you at this stage is link the documentation and some tutorials

#

You know how to make a command then, right?
Start with that

#

then send them a message with the question, set something to keep track that they are expected to give an answer, listen to the chat event for that answer and remove whatever you used to track it if they gave an appropriate answer

#

What I said is an answer to that question exactly

#

It's the logic you need to do it

#

Of what

#

An example of something specific is just the thing itself

#

I believe you can figure it out

#

If you get stuck at any point and have an actual concrete question feel free to ask or tag me

#

you can make a loop, depends on what you need it can be a regular loop or a while loop

#

you can do a periodical event too
but yes, a while loop when it toggles will work too