View Single Post
  #1  
Old 12-19-2012, 05:42 PM
greggiles greggiles is offline
Registered User
greggiles's Avatar
Join Date: Sep 2007
Posts: 149
greggiles has a spectacular aura about
Random number draw

PHP Code:
//#CLIENTSIDE
function onCreated() {
 
this.number //5 or 10

How do I make the client randomly pick from two numbers. In this case, I need it to pick either 5 or 10, but be random.
Reply With Quote