Pages: 1
Topic closed
I need to add an operator to my questin here is whatt i need
when gf clicked ask [what is [pick random [1] to [10]] X [pick random [1] to [10]]?]
Offline
Use the "join () ()" block in operators.
ask (Join [what is] (join (pick random (1) to (10)) (join [ x ] (pick random (1) to (10))))) and wait
Last edited by MoreGamesNow (2012-03-25 19:54:54)