11 PAR(_(
"%s is a simple free-for-all fight to the death, where everyone plays against everyone else, and the winner is the one with the most points. "
12 "When fragged, you respawn with only the starter weapons, so any you collected will have to be picked up again."),
COLORED_NAME(
this));
13 PAR(_(
"Scoring is quite simple, fragging an opponent adds one to your score, and fragging yourself subtracts one."));
14 PAR(_(
"Maps often have powerups and items like %s and %s, which are usually highly contested since they sometimes have the power to make or break a game, so making good use of them is important."),
COLORED_NAME(ITEM_HealthMega),
COLORED_NAME(ITEM_ArmorMega));
#define COLORED_NAME(this)
#define METHOD(cname, name, prototype)
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...