Log In  


Cart #sebukizibu-0 | 2024-02-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

it breaks when i add autoclicker



1

can you try this: if btnp(4) and x>=acp then


@merwok you sure merred my wok, thanks


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]