Hi,
I was going through your mod to learn how to do things for my mod and I came across this in cheekpouch.skill.gml.
there is a comma at the end of that line instead of a semicolon. I have no idea if breaks anything, coz I haven't tried it.
That's perfectly fine! When you use 'var', you can chain temporary variables by adding a comma and setting a new temporary variable after the comma, rather than using 'var' over and over.
Oh. Wow. I learn something new every day. Thanks. Sorry to have bothered u with this. had no idea