BotRemoveAllBotsInRegion
De DigiWiki.
Version du 17 septembre 2012 à 09:52 par Djphil (discuter | contributions)
default { touch_start(integer number) { //BOT_TAG_FIND_ALL returns all bots that are currently running in the sim llSay(0, "Removing all of these bots: " + (string)botGetBotsWithTag(BOT_TAG_FIND_ALL)); //Remove them all! botRemoveBotsWithTag(BOT_TAG_FIND_ALL); } }