Index
Xelagot verbal commands
Say, Define, Error, Throw dice, placeholders
- Say ... makes the bot repeat aloud what comes after the word 'say'. You can issue this command aloud, in whisper or through the user interface. If you use certain placeholders, the bot will substitute them. For example, whisper to the bot: Say Hello {present} and it will say aloud Hello followed by the list of avatars present, and whisper back the list of people present to you ({present} is a placeholder, but 'present' is a verbal command on its own, that's why this only works in this case if you whisper or give this command through the user interface).
- Define expression if the bot finds this expression in its define list, it will give the definition. See Xelagot topics: Language and chat
- error number gives the sdk error description if the number is within the error range
- throw dice makes the bot give a random number from 1 to 6
- throw dice 2 makes the bot give two random numbers from 1 to 6, as if it were throwing 2 dice. You can go up to 24 dice.
- a few commands are based on placeholders: present, is the time, the date, who is your boss, where am I, where exactly am I, where is x, where exactly is x, what are my rights, what rights has x... They cause the bot to say certain things. Some of these are explained in more detail elsewhere, others you will discover yourself :)
Index