Thank you for your reply
I can't seem to figure out how to check an instance variables animation, all on one line.
Right now I have -> If Lightswitch and it's Name = 1 then ( this is all I can do one 1 line )
But what I need to have is ..
If Lighswitch with Name = 1 is playing Animation 1 then ...
I can only seem to get 2 conditions on per line
Basically, this is what I need ...
If Lighswitch with Instance Variable Name = 1, is playing Animation 1 AND
If Lighswitch with Instance Variable Name = 2, is playing Animation 2 AND
If Lighswitch with Instance Variable Name = 3, is playing Animation 1 AND
If Lighswitch with Instance Variable Name = 4, is playing Animation 2 THEN ...
I'm not sure however, if this is possible?