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
