Results 1 to 10 of 26

Thread: Renaming bots

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Corporal guiismiti's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    244
    Thanks
    121
    Thanked 42 Times in 31 Posts
    Just found this in mbot.gsc from meatbot:

    Code:
    addlotdaxis() //<Master|dEvis>
    {
    bot = undefined;
    if(!isdefined(bot))
    	bot = addtestclient();
            
    
    		if(isdefined(bot))
    		{
    		pweapon = "";
    		bot.isbot = true;
    		bot thread botJoin("axis", pweapon); 
    		}
    		if(isdefined(level.botstart))
    		{
    			bot thread [[level.botstart]]();
    		}	
    }

  2. #2
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    Quote Originally Posted by guiismiti View Post
    Just found this in mbot.gsc from meatbot:
    What about it?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •