Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Get random words
« previous
next »
Print
Pages: [
1
]
Author
Topic: Get random words (Read 747 times)
Burger
August 08, 2008, 02:56:02 PM
I know how to get ramdom numbers but i would like to know geting words like either heads or tails.
Ad Bot
Advertisement
Kunit
August 08, 2008, 03:13:58 PM
So it begin's again!!!
I have no idea but try getRandom(Word1,Word2) ?
Burger
August 08, 2008, 03:22:07 PM
I've tried that. :/
Kunit
August 08, 2008, 03:27:59 PM
Hmm no idea then.. D:
Burger
August 08, 2008, 03:31:36 PM
I've looked through alot of the scripts but couldn't find it.
Headcrab Zombie
August 08, 2008, 03:43:50 PM
Code:
[Select]
%number = getRandom(0,1);
if(%number == 0)
%result = "heads";
if(%number == 1)
%result = "tails";
Burger
August 08, 2008, 03:49:32 PM
Thank you
*lock*
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Get random words