User panel stuff on forum
  2 posts on 1 page  1
Advanced Configuration
2006-05-03, 13:19
Member
68 posts

Registered:
Mar 2006
I saw that there wasnt any simple explanation or example of a teamsay.cfg here
Ill just do a simple reference and a reference guide and you can use it as a reference
// TEAMSAY

// Definitions
//%A = Armor Type, eg: ra
//%a = Armor amount, eg: 200
//%h = Health, eg: 97
//%b = Best Weapon in this order, rl, lg, gl, sng, ng, ssg, sg, axe
//%l = Location, eg: YA-Quad
//%p = Current powerup(s), eg: QUAD
//%d = Last death location, eg: Low-RL
//%e = Enemies at current location, eg 2
//%r = Need, this can be set manually, eg Weapon, Armor (I think it's %r )
//%n = The above if not %r
//%x = Pointed object, eg Enemy
//%y = Use with %x in point to report at pointed loc, such as Enemy at RA
//%i = Last picked up item, eg RA
//
// Im sure there's alot more definitions however I cant remember any else worth nemtioning right now
// Other usefull teamplay stuff
//$r = Red Ball (alt+R)
//$g = Green Ball (alt+G)
//$y = Yellow Ball (alt+Y)
//$b = Blue Ball (alt+B)
//$[ and $] = Glowing brackets (alt+[ or alt+])

set nick "nck" // replace info between "" with your shortnick

// Aliases
alias rep "say_team $\$nick %A%a/%h - %b at $[%l$] %p" // nick ra200/100 - rl:27 [YA] (if I would have quad it also states QUAD)
alias safe "say_team $\$nick safe $[%l$] %b" // Safe [YA] rl:27

// Binds
bind x rep
bind x safe
and so on....
_________________________________________________________________________________
There's so much stupid ppl in this world, I tried to figure out why there's so much of them and came to realize that t
2006-05-03, 13:21
Member
68 posts

Registered:
Mar 2006
Btw $\ removes your prompt, so instead of zanne: Hej it would be Hej with $\Hej
_________________________________________________________________________________
There's so much stupid ppl in this world, I tried to figure out why there's so much of them and came to realize that t
  2 posts on 1 page  1