I've been busy working with Gamemaker Studio 2 and I've noticed that it has quite some build-in variables. Like 'x', 'y', 'speed', 'health'. These variables have already a set function, and it overlaps the variable I've set by myself.
I was earlier looking at a tutorial that adds an underscore to all his variables so these will appear on top once written out completely, While it worked, I didn't liked the look of all these uinderscores. hence why I was asking myself if it could be done easier.
So, does anyone knows an other method to make custom variables without the chance to have the build-in variables overlapping them?