ID:173666
 
say i had one login screen at (1,1,1) and the other at (1,1,5) how would i make it random pick witch one it puts you on?
can anyone help?
In response to CrazyFighter
Whateverprocyou'reusing()
src.loc = pick(locate(1,1,1),(locate(1,1,5))

Tada.
In response to Hazman
kewl thanks