Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
offhand_blaster.qc
Go to the documentation of this file.
1#include "offhand_blaster.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 can be fired at any time, but the ordinary secondary fire can't be used."), COLORED_NAME(this), COLORED_NAME(WEP_BLASTER), strcat("^3", _("hook"), "^7"));
13 PAR(_("Since it's given as an offhand, you can fire it at the same time as the ordinary %s while laser jumping to achieve even more height."), COLORED_NAME(WEP_BLASTER));
14 PAR(_("Note that it overrides the %s mutator, since they use the same bind."), COLORED_NAME(MUTATOR_hook));
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