Blockland Forums > Suggestions & Requests
Raw Crafting Materials
the_stitch:
does anyone know a mod that has ingots, sticks, levers, etc.
if you do, i really need one of those.
also, preferable if they do absolutely nothing.
Legoboss:
use vce
Gen. Hothauser:
--- Quote from: Legoboss on November 16, 2013, 04:41:47 PM ---use vce
--- End quote ---
To expand on this concept to help the OP understand:
If you don't know what VCE is, it stands for Variable/Conditional Events. It is used in the creation of such games as RPGs (base of the game, item shops, resource processing), DMs/TDMs (item shops), fooly-fun creations (like calculators, my currently WIP sky simulator), and anything else that needs the sort of thing.
VCE utilizes things called variables. These are what you want to use. Variables can represent a number or a word. Variables can be checked or modified. I won't get into specifics about VCE because you don't currently need it. VCE is harder to learn how to use than normal events, but is still very simple. As long as you remember everything takes the form of cause/effect, you are fine.
Mr.Noßody:
What I want to see is a way to transfer actual items the player picks up into variables without needing inventory checking events on all the floors.
I'm also guessing that the OP wants a mod where you can see the crafting materials instead of just having a text display saying what you have.
the_stitch:
--- Quote from: Mr.Noßody on November 16, 2013, 07:13:27 PM ---What I want to see is a way to transfer actual items the player picks up into variables without needing inventory checking events on all the floors.
I'm also guessing that the OP wants a mod where you can see the crafting materials instead of just having a text display saying what you have.
--- End quote ---
along the lines of this, but i was actually needing items, because i was going to use the item crafting system you see in Item Storage.
but thanks for clarifying what VCE is for. I have it, but don't know how to use it.