Host your own bot platform with the Bot Libre Enterprise Bot Platform
Bot Libre Forum : random remembered

RE: random remembered

by admin posted Jan 1 2018, 8:33

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);


Id: 20374769
Posted: Jan 1 2018, 8:33
Replies: 0
Views: 2366, today: 1, week: 6, month: 11
0 0 0.0/5