Forum rules - please read before posting.

ActionVarSet.CreateNew[BUG]

ActionVarSet.CreateNew_ methods for bools change the intValue rather than the boolValue. I remember AC back in the day used ints for the bool value.

My quick fix, if anyone needs it:

newAction.boolValue = (newValue) ? BoolValue.True : BoolValue.False;

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.