Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Random Client
« previous
next »
Print
Pages: [
1
]
Author
Topic: Random Client (Read 586 times)
Aerodynamic
March 14, 2013, 04:56:44 PM
Basically, I want to get a random client selection to do something to the clients name in chat. How do I do this? (Like Port's)
«
Last Edit: March 14, 2013, 05:37:05 PM by Aerodynamic
»
Ad Bot
Advertisement
Greek2me
March 14, 2013, 06:21:29 PM
%client = clientGroup.getObject(getRandom(0,clientGroup.getCount() - 1));
Aerodynamic
March 14, 2013, 07:22:40 PM
Quote from: Greek2me on March 14, 2013, 06:21:29 PM
%client = clientGroup.getObject(getRandom(0,clientGroup.getCount() - 1));
Thanks broseph.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Random Client