Difference between revisions of "RandomBot"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''function RandomBot: string;'' '''Parameter Info:''' None '''Description:''' This function will return the name of a random .bot fi...")
 
(No difference)

Latest revision as of 10:04, 15 August 2012

From the Scripting Manual

function RandomBot: string;

Parameter Info:
 None

Description:
 This function will return the name of a random .bot file located in the servers /bots/ folder.

Examples

Command('/addbot1 '+RandomBot);


External Links