#i need help with crafter npc with ej0w's rpg kit

1 messages · Page 1 of 1 (latest)

glacial slate
#

so im using a rpg kit for my game and was wondering how do i add more pickaxes or items to the script cause i have tried on my own a bit and i just keep failing tbh here is the script in the image

finite sandal
#

{Item = {Types of item , Item Name},
Recipe = {Statistics = {Price???, Price Amount}, {Material = {{Material = Amount of Material}}, Tool = {{Tool1 = Tool1 Amount},{Tool2 = Tool2Amount} , Accessory = {Accessory Name, Accessory Amount}}

I personally suggest you make your own kit for your own game but this is what I can make out from the values in your kit.

#

If you need to stick with this kit i suggest you copy, paste and replace the values with the values you need. Just watch out for any syntax

glacial slate
#

well this is my first month being a dev so im quite new to the scripting well advance ones i will say and what is syntax?

finite sandal
#

syntax is basically when you write a script with wrong punctuation. The computer can't process code with incorrect syntax

#

I suggest learning about arrays and start with small arrays before moving on to bigger ones like this

glacial slate
#

oh ok