6#define PAR_DEFAULT_PICKUP_HEALTH(s) \
7 PAR(_("By default, the pickup gives you %s health."), strcat("^9", cvar_defstring(strcat("g_pickup_health", s)), "^7"));
13 PAR(_(
"The %s restores a small amount of health when picked up, "
14 "helping you recover from damage taken during combat."),
COLORED_NAME(
this));
23 PAR(_(
"The %s restores a medium amount of health when picked up, "
24 "helping you recover from damage taken during combat."),
COLORED_NAME(
this));
33 PAR(_(
"The %s restores a large amount of health when picked up, "
34 "helping you recover from damage taken during combat."),
COLORED_NAME(
this));
43 PAR(_(
"The %s restores a huge amount of health when picked up, "
44 "helping you recover from damage taken during combat."),
COLORED_NAME(
this));
45 PAR(_(
"It tends to be one of the most highly contested items on a map, particularly in gametypes like %s."),
COLORED_NAME(MAPINFO_TYPE_DUEL));
50#undef DEFAULT_PICKUP_HEALTH
#define COLORED_NAME(this)
#define PAR_DEFAULT_PICKUP_HEALTH(s)
#define METHOD(cname, name, prototype)
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...