#Give item

1 messages · Page 1 of 1 (latest)

silver dagger
#

"|" repeated 6 times

fringe aspen
#

I want it when the player upgrades it up goes up ?

silver dagger
#

Ok so do that

fringe aspen
#

And I want it to be a gui to upgrade it

fringe aspen
silver dagger
#

give player <item>

odd ore
#

on click is when you click on stuff in the game (like blocks or entities)

i think you are looking for on inventory click

fringe aspen
#

Ya I put that I still get nothing it reloads with no errors and the skript does not do anything

fringe aspen
#

Even a a I could not fix it

odd ore
#

send your new code

#

and please don't use ai

fringe aspen
#

I working on it

#

eventoptions:
player: "%player%"
tool_name: "&6&l{@player}s Axe" tool_type: "Wooden axe" player_tool: "{@tool_type}" named }"{@tool_name}" dupe_axe: "&c&lAlready in your inventory!" menu_name: "&6&l{@player}s Axe Menu"
axe_tier: "1"
menu_cool_down: "1,800"
axe_cool_down_name: "&6&l{@player}`s Axe
&r[||||||||||||||||]"

on join:
wait 1 tick
if slot 0 of players inventory is not named {@tool_name}: give player {@tool_type} named {@tool_name} else: if slot 0 of players inventory is named {@tool_name}:
send {@dupe_axe} to player

on inventory click:
if slot 0 is clicked:
cancel event

fringe aspen
fringe aspen
fringe aspen
#

Bud can’t ask for the code then never come back

regal turtle
#

why is the indentation in the screenshot so wonky

odd ore
fringe aspen
amber sirenBOT
fringe aspen
#

Did that already

fringe aspen
odd ore
#

fix what

#

i listed 7 different issues

#

start by looking into those / asking questions about them specifically / answering my questions

regal turtle
#

one issue I would say is half of the lines use backticks instead of apostrophes