![]() |
one question about script - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: one question about script (/thread-17007.html) |
one question about script - wedel92 - 12-26-2014 hello BBoters i have a problem cuz i want to make a task on tarantulas. so my question is: can i make it in fullcheck label or what to do if have killed 300 tarantules and want go to to grizzly? its will be work? PHP Code: FullCheck (X Y Z:aaa bbb ccc ddd Code ~tarantulas>300) RE: one question about script - mr. Kris - 12-26-2014 Code: Creatures.TaskKilled(Name) Counts the number of task kills from a certain creature (BOT count, not absolute count) RE: one question about script - wedel92 - 12-27-2014 Thanks very much ![]() ![]() |