Jump to content
UBot Underground

superspamer

Fellow UBotter
  • Content Count

    21
  • Joined

  • Last visited

Posts posted by superspamer

  1. elseif can verymuch be a substitute to select statements, but here we only have if and else statements, which causes me huge nestings... for eg, i have a bot that does 10 things, so, in the main controller, i need to write

     

    if
    then
    else
      if
      then
      else
         if
         then
         else
            if
            then
            else
               if
               then
               else

     

    and so on... I am sure you get my point!

     

    Hope to have the functionallity added soon!

  2. Hi, I am having problems with inclusion of bots in a specific bot. I am including the bots in an entirely independent script which doesn't have anything but the includes, yet it won't include them. So to check, i created another blank bot and included these to test if it was the source bot or the included bot causing the issues. The bots got included fine in the other bots, which makes me feel its the source bots having problems. Any way to debug this?

     

    Thanks

     

    SS

×
×
  • Create New...