Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
hook.qc
Go to the documentation of this file.
1#include "hook.qh"
2
3#ifdef MENUQC
6
8{
11 PAR(_("The %s mutator gives all players a %s as their offhand weapon, used with %s. "
12 "It has unlimited ammo, but the ordinary secondary fire can't be used."), COLORED_NAME(this), COLORED_NAME(WEP_HOOK), strcat("^3", _("hook"), "^7"));
13 PAR(_("Since it's given as an offhand, players can use it to move around and shoot at their enemies at the same time, opening up more gameplay possibilities than the regular %s."), COLORED_NAME(WEP_HOOK));
14 PAR(_("Note that it is overridden by the %s mutator."), COLORED_NAME(MUTATOR_offhand_blaster));
15 return PAGE_TEXT;
16}
17#endif
#define COLORED_NAME(this)
Definition color.qh:195
#define TC(T, sym)
Definition _all.inc:82
strcat(_("^F4Countdown stopped!"), "\n^BG", _("Teams are too unbalanced."))
#define METHOD(cname, name, prototype)
Definition oo.qh:269
#define PAGE_TEXT
Definition string.qh:643
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...
Definition string.qh:649
#define PAGE_TEXT_INIT()
Definition string.qh:642