Test level-up message for different levels
I've set up the logic for the level-up message with
I have tried to use the
{#var}text here{/var}
and {^var}text here{/var}
, but I'm having trouble testing it out.I have tried to use the
/test type:XP Message
bot command to show the level-up message, but I'm only seeing the message for reaching level 10 (which could be the next level I can unlock since I am currently at level 9?)
Is there a way to see the level-up messages for other levels to check on my logic?
I have included my leveling dashboard setup for reference.
4 Replies
:NighthawkInteractionError: BEFORE YOU ASK FOR SUPPORT :NighthawkInteractionError:
1️⃣ • Use the panel in #🆘-instant-support to check if your problem is a common issue! Use the documentation and it's detailed guides to help you setup Lurkr!
2️⃣ • Use the commands /config check and /config troubleshoot to get a better idea what issue you're having!
❓ • Still stuck? Ask your question in as much detail as possible to help other people understand what your problem is and help you fix it quickly!
❗• This server uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the web to help others find answers.
Not possible currently, but it makes sense. We should add a level parameter to the /test command
Solution
@Fiona@InfStones Added a
level_or_milestone
option to /test!Neat! Great work guys!