Crafting Library

by Lugia319
Provides an easy way to generate lists of craftable objects (comes with demo). [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Lugia319.CraftingLibrary##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Lugia319.CraftingLibrary##version=1

138 downloads
Version 1.0
Date added: Jun 21 2014
Last updated: Jun 26 2014
0 fans
This library comes with a demo on its use. The process is simple, loop through a global list of craftable objects, their components and see if you have enough stuff to make them. If you do, add it to your list of craftable objects. If you don't, don't add it. Pretty simple, really. Should probably make it a snippet but I feel like the necessity for global variables and special bit of object definition disallowed it from the snippet category.