Warning 'Item' is already a 'Main Screen', you don't need K2Node_DynamicCast_136

Can anyone explain why I’m getting this error and how I can fix it?

Hi r4rev2,

Remove the Cast to node in the above screenshot and it wil get rid of the warning. The warning is displayed to indicate that the the type you are casting from is already of the same type and unnecessary.

Hope that helps. Cheers,

Got rid of the warning! Could you please explain why it isn’t adding 1 to my variable though?

It should do that (or is the value also set in another location that is overriding it?) othwise post an updated screenshot?