View Single Post
Re: PODBOT2.6MM after PMB...work still pending
Old
  (#65)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: PODBOT2.6MM after PMB...work still pending - 18-04-2004

okay that paragraph is nonunderstandable...
I just spent the whole night trying to fix a non existent bug...
(nothing to do with addbot command)
and I have also found the problem with addbot
Code:
BotCreate (atoi (arg1), atoi (arg2), atoi (arg3), arg3);
should be
Code:
BotCreate (atoi (arg1), atoi (arg2), atoi (arg3), arg4);
it is now fixed and thank you and SF for pointing it out
  
Reply With Quote