Hey!
I just thought it would be kind of neat to add a function that triggers your character to yell if your velocity is fast enough. I figure it would be a kinda cool/funny thing to hear as your character plumets from the Den or when you and a friend are bashing one an other accross the map. :-)
This could be vertical as well as horizontal speed... but I would not know where to start or where to implement such a thing. For example; #recall works on your velocity, but the player triggers that themself, so this would not be a practical way to implement such a thing.
The only thing I can think of is to have each player velocity to report somewhere and when the value for a given player gets greater than or equal to the yell-start velocity, then it does start the yelling. How to do this with out causing too much procesor use... I don't know? Maybe the client side could be in charge of it some how... so it would not be a required part of the mod to play, just a funny bonus? (if that is possible... I don't know much about this stuff any more, and I'm just brainstorming at work.)
hmmmmm....... thanks for reading. :-)