The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.15 (Linux)
File Line Function
/showthread.php 906 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] No problem
#1
Hi,

( PLOT TWIST : THAT WAS A SYNTAX ERROR : missing "sens" parameter in radarall )


I'm actually trying to succeed a code battle with a friend.

I would like to try my code against bots, the 2nd "code battle" mission. But I had a problem. My code works against ants. I dont kills them, but I can build an army of robots. But when I try against bots, my robot stop on a call on busy();

Here is the piece of code :

Code:
bool checkTitanium(){
        object[] converters = radarall ( Converter, 0, 360, 0, 500, FilterFriendly|this.me.team );
        if(sizeof(converters)==0){return true;}
        for (int i = 0; i < sizeof(converters); ++i)
        {
            object conv = converters[i];
            bool bu = conv.busy();
            if(bu==true){
                continue;
            }

I play against the red robot, my converter just made a fresh Titanium, so it should be not busy anymore. I play with errmode(0), it just stopped on this word with no feedback.

I've tried to move this call of "busy()" but it seems to be this function...

Thank you for your help Smile
Love from la France


Messages In This Thread
[solved] No problem - by nknk - 12-22-2016, 01:15 AM
RE: A problem ? (maybe) with busy ft ? - by nknk - 12-22-2016, 12:44 PM
RE: A problem ? (maybe) with busy ft ? - by nknk - 12-22-2016, 01:47 PM
RE: [solved] No problem - by nknk - 12-22-2016, 02:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)