Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do I make a Crafting mechanic? [closed]

Asked by 9 years ago

This is all I have so far:

if ing(1) == "Model Name Here" and ing(2) == "Model Name Here" then
   made = "New Tool Name Here"
end

I want to make it where you craft items on the ground, not using a bunch of gui. Can anyone help! I might use "Survival 303" for a starting point, but I don't understand it, can anyone help me?

0
You'll have to explain a bit better than that. What is `ing`? How are you handling the placement of crafting items? adark 5487 — 9y
0
I'm new to this to be honest, I started two months ago watching tutorials on YouTube, so pardon me if I'm a little lost Seeker5123 15 — 9y
0
I'm trying to make an apocalypse game, crafting would be great, anything you know that would help would be really helpful :) Seeker5123 15 — 9y

Locked by AmericanStripes

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

This is not a constructive question in its current form. It looks to me that you don't know how you want the crafting system to function at all, so it's impossible to make what you ask.

Additionally, Scripting Helpers is not a request site. You're much more likely to get help if you attempt to make this own your own. Asking more specific questions about various methods you're attempting is okay, but asking for a crafting system as a whole is not.

To start with, I suggest you figure out how you want the crafting system to work. Here are a few questions you'll have to answer:

1) How are items "placed" on the ground to be crafted?
2) How do you "craft" the placed items?
3) Where does the crafted item go once created?
4) What will happen for invalid recipes?

This is design work, and does not involve any programming. Once you figure out at least those answers, and any more relevant information to how you want the crafting system to function, edit your question and I will give you some pointers as to what code methods you should look into.

0
Awesome, thanks. :) Seeker5123 15 — 9y
0
Actually I was thinking about using "survival 303" crafting scripts, I don't quite get it though... Seeker5123 15 — 9y
Ad