Author Topic: VCE Crafting System Help  (Read 952 times)


I think i'm doing it right, but when the player doesn't have the materials, nothing happens, when line 3 should be triggering
« Last Edit: October 31, 2013, 06:30:41 AM by Legoboss »

Input - player - VCEifVariable - varname [>] 1

I just scanned through the help section too so no excuses.

Input - player - VCEifVariable - varname [>] 1
Thats just one line though
I know how to make it require a variable, I just need to make it require two different types.


onVariableTrue > VCEifVariable ?


uh the last argument in the top two is for what lines they refer to. so in line 0 it should be "1" and in line 1 it should be "2 3"
that should fix your problem

uh the last argument in the top two is for what lines they refer to. so in line 0 it should be "1" and in line 1 it should be "2 3"
that should fix your problem
thanks