AdminCC Tag Examples - Vaerys-Dawn/DiscordSailv2 GitHub Wiki

Choose Your own adventure

<path:Start>{Welcome to the dungeon, 3 paths stand before you what will you choose:  
**A** = Dark and slimy  
**B** = Brightly lit  
**C** = Windy  
Choose your path by running `$!Dungeon [PathID]`<!break>  
<grantPath:A><grantPath:B><grantPath:C>}<!break>  
<path:A>{You find some treasure. <addPixels:20>.<clearAllPaths>}<!break>  
<path:B>{You fall down a pit and die. <removePixels:20>.<clearAllPaths>}<!break>  
<path:C>{This Path just leads to the exit go back and try a different path?}<!break>  
<noPath>{Invalid Choice.}

Slot Machine

{Slot Machine}
<shuffle:3>{🔵;;✴;;❤;;🔵;;✴;;❤;;🔵;;✴;;❤}
<random>{🔵✴✴;;❤✴✴;;✴✴✴<addPixels:70>;;🔵🔵✴;;🔵✴🔵;;✴✴✴;;🔵✴❤;;🔵❤❤;;❤❤✴;;❤❤❤<addPixels:50>;;🔵🔵✴;;🔵🔵🔵<addPixels:20>}
<shuffle:3>{🔵;;✴;;❤;;🔵;;✴;;❤;;🔵;;✴;;❤}
<remPixels:10>

Quiz

<replaceRandom>{<question>;;Which fictional city is the home of Batman?<grantPath:Gotham City.>;;In the film Babe, what type of animal was Babe?<grantPath:A Pig>;;What's the total number of dots on a pair of dice?<grantPath:42>}<!break>
<path:Start>{Q. <question>
To answer Simply run `$!Trivia [Answer]`}<!break>
<path:Gotham City>{Correct.}<!break>
<path:A Pig>{Correct.}<!break>
<path:42>{Correct.}<!break>
<noPath>{<clearAllPaths>Incorrect.}
⚠️ **GitHub.com Fallback** ⚠️