Solved Pulling text from a command

  • 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 community!

    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.

Liam Mahoney

Member
Dec 20, 2018
4
0
0
Hey there, I'm learning Skript at the moment, and I'm trying to write something for the /join command that will allow players to see the join message they've set after they send it.

Example:
on command /join <message here>:
send "<message in previous line>"

Any help with figuring this out would be appreciate, thanks!
 
Hey there, I'm learning Skript at the moment, and I'm trying to write something for the /join command that will allow players to see the join message they've set after they send it.

Example:
on command /join <message here>:
send "<message in previous line>"

Any help with figuring this out would be appreciate, thanks!

code_language.skript:
command /join <text>:
    trigger:
        message arg 1
 
Status
Not open for further replies.