04-04-2018, 03:33 PM
A: Is there a list that states what all the available conditionals are?
B: The following code has a number in parenthesis is that number associated with the node slot?
C: If the condition is NOT met does it still go to the node?
B: The following code has a number in parenthesis is that number associated with the node slot?
Code:
["condition"] = {
["ItemCount(5) <= 3000"] = true;
};
C: If the condition is NOT met does it still go to the node?