combining if>

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Mark Gevry
Pro Scripter
Posts: 63
Joined: Sat Dec 25, 2004 3:23 pm

combining if>

Post by Mark Gevry » Wed May 18, 2005 7:57 pm

Hi, can you do this?

gpc>x,y,A
if>%A%=124543,643643,856457,dosomething

So that A can have 3 different pixel colors.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Wed May 18, 2005 9:26 pm

If>{(%A% = 124543) OR (%A% = 643643) OR (%A% = 856457)}
..dosomething
EndIf

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts