public bool ValidateValue(MegaloScriptModel model) { return(Value.IsNone() || model.VarIndexIsValid(ValueType.VarType, ValueType.VarSet, Value)); }