]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
More progress with the script, but still not ready / working
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 30 Jun 2010 20:06:00 +0000 (23:06 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 30 Jun 2010 20:06:00 +0000 (23:06 +0300)
defaultXonotic.cfg

index 49e48a16dc42f0d6eb48f15712eccb9472b28aef..9a9c697e814a6e41e3638de31311b955832197d4 100644 (file)
@@ -1532,7 +1532,8 @@ alias gl_flashblend_update "_gl_flashblend_update_$r_shadow_realtime_dlight$r_sh
 
 alias decision_0 "echo It's 0!"
 alias decision_1 "echo It's 1!"
-alias firing_swap "cl_reversefirebuttons_$1; decision_$1;"
+alias firing_swap2 "echo ${$1}"
+alias firing_swap "firing_swap2 cl_reversefirebuttons_$1;"
 alias cl_hook_activeweapon "firing_swap $1"
 //alias +preattack "cl_hook_weapon; cl_fireswapping_$1"