player.chat = "Boots" SPC (this.boots ? "on!" : "off!");
player.chat = "Boots "@ ((this.boots = !this.boots)? "on!" : "off!");