If you want it to pick a random spot from a set of x/y values, put the coordinates in two lists ("x coordinates" and "y coordinates") and use this:
set [r v] to (pick random (1) to (length of [x coordinates v])) go to x:(item (r) of [x coordinates v]) y:(item (r) of [y coordinates v])
Offline