[Script] LocalSpam
Re: [Script] LocalSpam
It currently says "You are retarded." and then sighs, over and over... You want me to remove the "You are"?
Re: [Script] LocalSpam
For Tribes v1.*:
For Tribes v1.4*:
Code: Select all
EditActionMap("playMap.sae");
bindCommand(keyboard0, make, "numpad-", TO, "if($Toggle::VoiceSpam = !$Toggle::VoiceSpam) VoiceSpam(\"0 retreat 0.2 tgtout 0.5 dsgst5 1\");"); // "Re Target!" *sigh* -perrinoia
// Example: "VoiceSpam(\"<delay> <voice> <delay> <voice> <delay> <voice> <delay> <voice> <delay>\");" -perrinoia
function VoiceSpam(%arg)
{
for(%num = 1; getWord(%arg, %num) != -1; %num += 2)
schedule("localMessage(\""@ getWord(%arg, %num) @"\");", %sec += getWord(%arg, %num - 1));
schedule("if($Toggle::VoiceSpam) VoiceSpam(\""@ %arg @"\");", %sec += getWord(%arg, %num - 1));
}
Code: Select all
function LocalRetardSpam::addBindsToMenu() after GameBinds::Init
{
GameBinds::SetMapNoClearBinds( "playMap.sae" );
GameBinds::addBindCommand( "Local Retard Spam", "if($Toggle::VoiceSpam = !$Toggle::VoiceSpam) VoiceSpam(\"0 retreat 0.2 tgtout 0.5 dsgst5 1\");" ); // "Re Target!" *sigh* -perrinoia
}
// Example: "VoiceSpam(\"<delay> <voice> <delay> <voice> <delay> <voice> <delay> <voice> <delay>\");" -perrinoia
function VoiceSpam(%arg)
{
for(%num = 1; getWord(%arg, %num) != -1; %num += 2)
schedule("localMessage(\""@ getWord(%arg, %num) @"\");", %sec += getWord(%arg, %num - 1));
schedule("if($Toggle::VoiceSpam) VoiceSpam(\""@ %arg @"\");", %sec += getWord(%arg, %num - 1));
}
Re: [Script] LocalSpam
Jegue we all know you're retarded. thanks for the reminder.
Re: [Script] LocalSpam
there is not bind option to set it with the one that crow posted. perrinoias "re target" show up in bind menu but i don't hear any sounds.
Re: [Script] LocalSpam
i dont hear any sounds tho