Chaos_Prime
Member
I running into a problem concerning the Crafting System Script
I'm trying to make weapon recipes but each time I go to craft them they have no items needed and I can't make them.
this is what I have under the weapon recipe segment
Weapon_Recipes = {
# weapon 2 : Items ~ 1 of 35
2 => { 0 => { 35 => 1 } },
# weapon 6 : Weapons ~ 5 of 1
6 => { 1 => { 5 => 2 } }
what am I doing wrong?
I'm trying to make weapon recipes but each time I go to craft them they have no items needed and I can't make them.
this is what I have under the weapon recipe segment
Weapon_Recipes = {
# weapon 2 : Items ~ 1 of 35
2 => { 0 => { 35 => 1 } },
# weapon 6 : Weapons ~ 5 of 1
6 => { 1 => { 5 => 2 } }
what am I doing wrong?