RandomBot

From Soldat Community Wiki
Revision as of 12:04, 15 August 2012 by Freeman (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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