Solved invalid use of quotes

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

Turb032

Active Member
Jan 16, 2020
109
0
16
21
hi, i' trying to create a menu with missions, but the error is invalid use of quotes, idk where i'm wrong!

Code:
open chest with 3 rows named "&3&lMissions" to executor
            format slot 10 of player with cobblestone named "&b&lBuilder" with lore "||&7Click to see all||&7Builder challenges!" to close then run [execute player command "§#missions-builder"]
            format slot 12 of player with iron sword named "&b&lHunter" with lore "||&7Click to see all||&7Hunter challenges!" to close then run [execute player command "§#missions-hunter"]
            format slot 14 of player with diamond pickaxe named "&b&lMiner" with lore "||&7Click to see all||&7Miner challenges!" to close then run [execute player command "§#missions-miner"]
            format slot 16 of player with fishing rod named "&b&lFisherMan" with lore "||&7Click to see all||&7FisherMan challenges!" to close then run [execute player command "§#missions-fish"]
 
Code:
open chest with 3 rows named "&3&lMissions" to executor
            format slot 10 of player with cobblestone named "&b&lBuilder" with lore "||&7Click to see all||&7Builder challenges!" to close then run [execute player command "§##missions-builder"]
            format slot 12 of player with iron sword named "&b&lHunter" with lore "||&7Click to see all||&7Hunter challenges!" to close then run [execute player command "§##missions-hunter"]
            format slot 14 of player with diamond pickaxe named "&b&lMiner" with lore "||&7Click to see all||&7Miner challenges!" to close then run [execute player command "§##missions-miner"]
            format slot 16 of player with fishing rod named "&b&lFisherMan" with lore "||&7Click to see all||&7FisherMan challenges!" to close then run [execute player command "§##missions-fish"]
 
Status
Not open for further replies.