Updated specific locations to be searchable, take a look at Las Vegas as an example.

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

7
Two and operators?
Post Body

Hey y'all. I'm working on a "falling block" style puzzle game, and having a bit of trouble.

I'm currently working on getting my blocks to switch columns on left/right button presses while the block is actively falling, but not once it has landed. Code that does work :

If btnp(➡️,self.player) and self.column>0 then self.column =1 If btnp(⬅️,self.player) and self.column<3 then self.column-=1

If I add "and self.active=1" it stops working. Is it not possible to use two and operators in one if/then statement? And if not, is there another way to achieve the same thing?

Author
Account Strength
90%
Account Age
5 years
Verified Email
Yes
Verified Flair
No
Total Karma
1,533
Link Karma
892
Comment Karma
641
Profile updated: 1 day ago
Posts updated: 1 year ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 years ago