Create your own custom command using TagScript's Switch Method

Поділитися
Вставка
  • Опубліковано 26 вер 2024
  • Like my content and would like to support me financially?
    ☕ buymeacoffee.c...
    TagScript Documentation:
    📖 docs.carl.gg/#...
    Invite Carl-bot to your server:
    🐢 carl.gg/invite
    Join the Support Server for additional help:
    ❓ / discord
    ---
    Download Notepad++ (the coding software used in this video):
    💻 notepad-plus-p...
    Want the same highlighted (colored) syntax as me in Notepad++?
    💻 gist.github.co...

КОМЕНТАРІ • 15

  • @shrimp_kel
    @shrimp_kel Рік тому +2

    Thank you for this! Had an idea for a command that shows information about my characters that i made a server for so that my friends could access it quickly, but didn't quite know where to start. Your tutorial was really pleasant to watch and it was easy to understand so i finished my little project really quickly. Again, thank you for the great video, hope you're having a good day :D

  • @cynthiafernandez2372
    @cynthiafernandez2372 Рік тому +5

    My brain is boiling mid video

  • @arthurmorgan6139
    @arthurmorgan6139 2 роки тому

    ZOMG THAT WAS SO HELPFUL thank you!!!!

  • @KaIa_V
    @KaIa_V Рік тому +1

    Hi, thanks for the descriptive tutorial. Just one question: How do I set the code colours to be different (just like yours) because at the moment mine all all just 1 color.

  • @JOKERASHGAMING
    @JOKERASHGAMING 2 роки тому +2

    Asty pls make a video on when replying ping autoresponse

  • @stamjam
    @stamjam 3 місяці тому

    how do u make carlbot mention another user that you mention???
    like for example '!give @user [item]'..and it responds by actually mentioning the user. thanks

    • @Asty__
      @Asty__  3 місяці тому +1

      {target(mention)} will mention the first user you mentioned in the command's arguments.
      The {target} object holds information about the first mentioned user, and then you can access properties from that mentioned user, such as {target(name)}, {target(mention)} and so on.
      Hope it helps :)

    • @stamjam
      @stamjam 3 місяці тому +1

      @@Asty__ thamk u!!

    • @richie5484
      @richie5484 3 місяці тому

      ​@@Asty__if we wanna make a ban tag how to make the bot ban the person we mentioned?

  • @chezieklol4584
    @chezieklol4584 Рік тому

    how to make option to random answer for for example apple
    (in intedemie tag)

  • @roNy12349
    @roNy12349 2 роки тому

    what is tag for creating cmds such as mute , ban , kick......
    like instead of typing ".mute" jus type ".m" for muting em
    in carl bot

    • @Asty__
      @Asty__  2 роки тому

      !tag + m {c:mute {args}}

  • @vZinister
    @vZinister Рік тому

    Im attempting to create boss logs so far this put me on the right track but Im failing at the first step since in discord it just shows (description) instead of linking into the variable
    Im more familiar with python which is pretty different
    Nvm Ive figured it out so far, currently Im trying to figure out how to get Carl to use custom emojis from my server so that the title will display as ":emoji: (boss name) has been killed :emoji:" since he only seems to work with default emojis. After that I still have to figure out how to get him to post an additional embed message in a different channel on a set timer from when the command was used

    • @Asty__
      @Asty__  Рік тому

      Hey, maybe we (the support team or I) could help you in the support server, in the #tags-and-triggers channel.
      Make sure to include a link to your tag or some of your code sample so we can help you with what you currently have, and the goal you want to achieve.
      See you there, and I'm glad the video put you on the right track so far :)

  • @CaiqueONzx
    @CaiqueONzx 9 місяців тому

    Me tryng to realize how to do it:
    Me after realizing:Nvm