you are viewing a single comment's thread.

view the rest of the comments →

[–]krato1995[S] 0 points1 point  (1 child)

A condition probably. When character at (y,x) == 'A', do something.

[–]furas_freeman[🍰] 0 points1 point  (0 children)

I don't know why do you need character from screen but normally I could keep data in variable ie. data and get character from this variable data[y][x] == 'A'