what does the error "Duplicate Variable name" mean?
Error message help
BlitzPlus Forums/BlitzPlus Programming/Error message help It means that you already declared or used a variable by that same name.
apple (or apple%)
apple$
apple#
apple.typename
You would receive the error if you used any more than one of the examples above.
apple$
apple#
apple.typename
You would receive the error if you used any more than one of the examples above.
alright thank yall