Hi,
I'm facing this problem - I have file named items.sk which stores my custom items in variables like this
And I don't know how to use this variable in other file, I tried using this
But this doesn't work.
Do you guys have any tips or anything how can I use that or how can I improve my code?
I'm facing this problem - I have file named items.sk which stores my custom items in variables like this
code_language.skript:
variables:
{items::malachite} = scute named "&3Malachite" with lore "&7Can be used to craft special tools" and "" and "&9&lRARE INGREDIENT"
And I don't know how to use this variable in other file, I tried using this
code_language.skript:
if {_item} is "malachite":
give {items::malachite} to player
Do you guys have any tips or anything how can I use that or how can I improve my code?