8 PAR(_(
"%s is a gametype where teams compete to dominate the map by capturing and keeping control points."),
COLORED_NAME(
this));
9 PAR(_(
"Control points are displayed on the radar to make finding them easy, and they are captured by simply walking through them. "
10 "However, an enemy can just as easily steal a control point owned by your team by doing the same. "
11 "Control points start neutral (owned by no teams)."));
12 PAR(_(
"Scoring is a combination of frags and score automatically generated by any control points held by your team every few seconds."));
#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...