tuffy the #1 nade jumper?

I made a little short throw script for tribes 1.40 and I have completed a successful "nade jump" using it.

Code:
function Tosser::InitBinds()	after GameBinds::Init {

	$GameBinds::CurrentMapHandle = GameBinds::GetActionMap2( "playMap.sae" );
	$GameBinds::CurrentMap = "playMap.sae";
	GameBinds::addBindCommand( "Short Throw", "short::throw();" );
	
}

function short::throw(){
	remoteEval(2048, throwItem, getItemType("Grenade"), 10);
}
 
the default nade toss is the best nade toss

why the fuck do you need to script it

give me a stock instll of tribes and i'll beat all you faggots

manual ski and everything
 
I script everything so I don't really have to play. I just click join server and my scripts take care of the rest.
 
idk I haven't used stock tribes nade throw in like 8 years

make the 10 a different number (0-100) or make it a variable so you can experiment easier
 
Back
Top