z / nn_ninja_pack

a cfg framework for organizing Nexuiz binds and client-side patches

This URL has Read+Write access

nn_ninja_pack / nn_aliases.cfg
100755 28 lines (23 sloc) 1.566 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//======================================================================================
// Ninja Config v1 - Global Aliases | Last Updated 10/14/08
//======================================================================================
//
// GLOBAL ALIASES ----------------------------------------------------------------------
// This file contains global aliases that are used by multiple configs -----------------
// -------------------------------------------------------------------------------------
 
// NN Style Player Stats (h a)
set nn_pStats "^7(^1%h ^2%a^7)"
 
// NN Style Locations and Waypoints
set nn_lHere "^2{@^7%l^2}; g_waypointsprite_team_here"
set nn_lHelp "^3{@^7%l^3}; g_waypointsprite_team_helpme"
set nn_lDangerHere "^1{@^7%l^1}; g_waypointsprite_team_danger"
set nn_lDangerThere "^1{@^7%l^1}; g_waypointsprite_team_danger_p"
 
// NN Style CTF Messages
alias nn_attacking "say_team $nn_pStats ^7| ^5Attacking! ^7| $nn_lHere"
alias nn_defending "say_team ^7(^1%h ^2%a^7) ^7| ^5Defending! ^7| $nn_lHere"
alias nn_help "say_team ^7(^1%h ^2%a^7) ^7| ^5I need help! ^7| $nn_lHelp"
alias nn_on_my_way "say_team ^7(^1%h ^2%a^7) ^7| ^5I'm on my way! ^7| $nn_lHere"
alias nn_nevermind "say_team ^7(^1%h ^2%a^7) ^7| ^5Nevermind! ^7| $nn_lHere"
alias nn_enemy_seen "say_team ^7(^1%h ^2%a^7) ^7| ^5Enemey Seen! ^7| $nn_lDangerThere"
 
// END ALIASES--------------------------------------------------------------------------
// -------------------------------------------------------------------------------------