Solved Joining Texts (or Variables)

  • 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.

Hexivoid

Member
Oct 22, 2017
35
7
8
Skript Version: Irrelevant
Minecraft Version: Irrelevant

I'm trying to set a variable to two texts joined together. I've checked the docs but can't figure out the correct syntaxes. Can someone please clarify how I can, for example; [set a variable to...] join "text1" and "text2" together into one string that contains "text1text2"? Thanks!
[doublepost=1550699657,1550698925][/doublepost]Someone via Discord helped me.
Code:
join "text1" and "text2" with delimiter ""
 
Status
Not open for further replies.