Hi, below is my script that i need some help. I'm trying to make a list of all servers that if it matches one of these servers then GO TO the end (:nothing)

seems if i do:
if @wksta = "server1" this works ok..but i need to make a list of servers. any help is appreciated THANKS!

$bypass="'server1' 'server2' 'server3'"

If @wksta = "$bypass"
Gosub nothing
Else
Gosub addmaps
Gosub schtask