]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/help.cfg
Color codes were removed sigh
[xonotic/xonotic.git] / server / help.cfg
index 7af2daa02cba69f95a8353c90a981d14aec0be18..ed65f7cb0e1479a9c27035e15ee1216443a21a0e 100644 (file)
@@ -50,7 +50,7 @@ set help_msg_31 "The Hagar is underestimated, but very powerful if you aim right
 set help_msg_32 "The Devastator is powerful but slow. Keep Mouse1 pressed to guide the rockets. Secondary firemode makes the rocket(s) explode."
 set help_msg_33 "The Arc is a strong lighting beam, which bends slighty if you move your mouse. The secondary firemode is very strong but short. Both firemodes also heal teammates if you shoot at them."
 set help_msg_34 "By default, explosions go through walls. Be careful when hiding behind walls!"
-set help_msg_35 "Get on IRC to cht with fellow players. ^1#xonotic on http://webchat.quakenet.org/ ${help_prefix}is the most famous place."
+set help_msg_35 "Get on IRC to chat with fellow players. ^1#xonotic on http://webchat.quakenet.org/ ${help_prefix}is the most famous place."
 set help_msg_36 "Don't drink and frag."
 set help_msg_37 "Don't shoot at players who are typing/chatting. You recognize those players by the keyboard symbols above their head."
 set help_msg_38 "'gg' is shorthand for 'Good Game', 'gl' means 'Good luck' and 'hf' 'Have fun'."
@@ -75,6 +75,7 @@ set help_msg_56 "While you are in the air, release the forward key, press one of
 set help_msg 57 "Hold the jump key to keep on jumping (called ^1'bunny-hopping'${help_prefix}) which will accelerate your speed."
 
 // aliases making up the actual helpsystem
+set help_tmp_index 0
 alias help_say "set help_tmp_oldnick \"$sv_adminnick\"; set sv_adminnick \"$help_cfg_nick\"; say \"$*\"; help_say2"
 alias help_say2 "set sv_adminnick \"$help_tmp_oldnick\""
 alias help_doit "sv_cmd rpn /help_tmp_msg help_msg_$help_tmp_index def; help_doit2"