Vixio Skript - is it possible to add more line of vaule?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Denloself

Member
Oct 3, 2021
12
0
1
23
im trying to add more line of vaule or description, i have tried \n but it did not work, anyone know how to do it?

code:
Code:
discord command $embedtest:
    usage: embed
    trigger:
        delete event-message with "IGC3_TRADE" 
        create embed:
            set the title of embed to title with text "test" and no url
            set the description of embed to "description test\nDescription test line2"
            set the timestamp of embed to now
            set author info of embed to "test"
            set color of embed to blue
            set the Thumbnail of embed to "https://cdn.discordapp.com/attachments/879495424782778410/897065146625687562/sketch-16320716399091.png"
            add field named "test text" with value "test vaule" to embed
            add inline field named "test text" with value "Test vaule\nText vaule line2" to embed
            add inline field named "test text (inline2)" with value "Test vaule\nTest vaule line2 (inline2)" to embed
        send last created embed to event-channel with event-bot
 
Status
Not open for further replies.