Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Vb.net crafting system?


Co.
 Share

Recommended Posts

Item1 + Item2 = Item3

So something like this would be your basic one. Please note this is not real code but just psuedo code. Though I wouldn't start going into a crafting system untill you have the basics down on basic features of a game first.

```
if item1 and item2 then
giveuseritem(item3)

```
Link to comment
Share on other sites

That really depends on just how complex you're willing to go, and what it should do. That should be your first step, writing out on paper what you expect to go into the system and how you expect stuff to come out of it. Are there recipes involved, patterns etc.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...