The line (itemsP1[0] === "goggles" ? "Equip": itemsP1[0] === "gogglesEquipped" ? "Unequip": "") in Varrience's code basically means:

if(itemsP1[0] === "goggles"){
    return "Equip";
}else {
    if(itemsP1[0] === "gogglesEquipped"){
        return "Unequip";
    } else return "";
}

Just an easy way not to scar your eyes with an excessive amount of if else statements

    Letti42 hey. do you know how to put themes in a shop in a brendan/wutadam chat?

    • -wyi replied to this.

      -wyi Or how to make it so that you already have access to them without buying when you join?

        Letti42 how come i always figure it out by myself after asking

        • -wyi replied to this.

          -wyi Like when you leave you have whatever the user saved? You would probably need to use user ids and save it to a record or key value.

          • -wyi replied to this.

            -wyi What are you trying to make

            • -wyi replied to this.

              -wyi I mean yeah but like how did Adam do it? what'd he type in the debug console

              He didn't.. type anything into a console..? He coded it into the app itself

              • -wyi replied to this.

                Letti42 yeah, but to update the themes in the shop.

                • -wyi replied to this.

                  -wyi he told me once, but I forgot most of it.

                  • -wyi replied to this.

                    -wyi I'm kinda stupid sometimes...

                    -wyi man idk what you are even tryna make and of how the shop will look like

                    • -wyi replied to this.

                      pluto I said a chat, and it's remixed from one of wutadam/brendan's

                        -wyi im not as a professional as you may think, as far as i know i have been asking so many questions on the forums

                        • -wyi replied to this.

                          Chat