Hello Random

PHOTO EMBED

Mon Jun 24 2024 03:36:50 GMT+0000 (Coordinated Universal Time)

Saved by @nouhad #mel

global proc helloRandom()
{
	string $nameList[] = {"Kelly","Sam","Chiharu","Liam","May","Jeremy"};
	int $num = rand(10,60);
	int $namePicker = rand(5.99999);

	print ("Hello "+$nameList[$namePicker]+"!\n");
	print ("You have "+$num+" cats.\n");
	print "That's too many cats.";
}
content_copyCOPY