Ah yea, with OR block it will work fine. Thanks!
In my case, the variable can have 200 different values (it is the country of the player, retrieved from the internet connection), and based on the variable they should set the region of the server. so maybe 20 values should go into one action, 20 others into action2 etc. So I thought I could just do them in one go like my example.. :)
With OR blocks I guess it will be 200 OR blocks, devided into 10 different events then.. Maybe I will think of some other solution.. hmm..