it breaks when i add autoclicker
2
See the PICO-8 operator precedence list: operator not has a higher priority than <, so instead of not x<acp you want to write not (x<acp).
[Please log in to post a comment]
it breaks when i add autoclicker
See the PICO-8 operator precedence list: operator not has a higher priority than <, so instead of not x<acp you want to write not (x<acp).
[Please log in to post a comment]