Author Topic: Get random words  (Read 748 times)

I know how to get ramdom numbers but i would like to know geting words like either heads or tails.

So it begin's again!!!

I have no idea but try getRandom(Word1,Word2) ?


Hmm no idea then.. D:

I've looked through alot of the scripts but couldn't find it.

Code: [Select]
%number = getRandom(0,1);
if(%number == 0)
    %result = "heads";
if(%number == 1)
    %result = "tails";