Is there a shorter way to write this?
[lua]
if event.target== plaatje1 or event.target== plaatje2 or event.target== plaatje3 or event.target== plaatje4 or event.target== plaatje5 then
[/lua]
So I don’t have that many “or”. Just seeing if I can make the code a bit more concise.
Thanks