//======================================================================================
// 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--------------------------------------------------------------------------
// -------------------------------------------------------------------------------------