SCO_LABEL(_("SCO^teamkills"), "teamkills", " ", _("Number of teamkills"));
SCO_LABEL(_("SCO^ticks"), "ticks", " ", _("Number of ticks (Domination)"));
SCO_LABEL(_("SCO^time"), "time", " ", _("Total time raced (Race/CTS)"));
- default: return label;
}
return label;
+#undef SCO_LABEL
}
bool scoreboard_ui_disabling;
/**/
MUTATOR_HOOKABLE(Item_RespawnCountdown, EV_Item_RespawnCountdown);
-/** called when a bot checks a target to attack */
+/**
+ * called when a bot checks a target to attack
+ * return false to allow the bot to attack the target (inverted logic)
+ */
#define EV_BotShouldAttack(i, o) \
/** bot */ i(entity, MUTATOR_ARGV_0_entity) \
/** target */ i(entity, MUTATOR_ARGV_1_entity) \