**This website will be shutdown permanently soon**
This website and apps are for sale. Only serious offers will be considered. Contact [email protected]
** Server is current under maintenance, any changes will be lost **
There are three random functions in Self. var choice = random("hello", "hi", "Hey"); var list = [ "hello", "hi", "hey" ]; var choice = list.random(); var object = new Object(); object.name =+ "Jon"; object.name =+ "Jonny"; var choice = object.random(#name);