Jump to content

Home

Can you bind the taunta and tauntb to the keyboard?


jlove

Recommended Posts

:bounfire:

 

I have a small script that performs a model change does a taunt and then changes back to the reborn model...

 

It changes ur 1-0 keys into selections for which taunt you want and after u press the # switches the keys 1-0 back to weapon selection buttons.

 

Whether or not it will do the taunt depends on ur ping to the server. The higher the ping the higher the first wait needs to be.

I set mine for 40 and it works on servers below 150 ping. If your ping is higher than 150 u may want to set it higher.

 

//Taunt Script

set sk1 "model desann/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo desann;vstr bin2"

set sk2 "model imperial/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo imperial;vstr bin2"

set sk3 "model lando/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo lando;vstr bin2"

set sk4 "model morgan/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo morgan;vstr bin2"

set sk5 "model prisoner/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo prisoner;vstr bin2"

set sk6 "model rebel/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo rebel;vstr bin2"

set sk7 "model shadowtrooper/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo shadowtrooper;vstr bin2"

set sk8 "model stormpilot/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo stormpilot;vstr bin2"

set sk9 "model stormtrooper/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo stormtrooper;vstr bin2"

set sk0 "model swamptrooper/default;wait 40;+taunt;wait 5;-taunt;model reborn/fencer;echo swamptrooper;vstr bin2"

 

set ts1 "echo 1-Save-----4-Force------7-Laugh------0-OneMkill"

set ts2 "echo 2-Surr-----5-ComeOut----8-Comere"

set ts3 "echo 3-WoHoo!---6-GiveUp-----9-HeyU"

 

set ts "vstr ts1;vstr ts2;vstr ts3;vstr bin1"

set bin1 "bind 1 vstr sk1;bind 2 vstr sk2;bind 3 vstr sk3;bind 4 vstr sk4;bind 5 vstr sk5;bind 6 vstr sk6;bind 7 vstr sk7;bind 8 vstr sk8;bind 9 vstr sk9;bind 0 vstr sk0"

set bin2 "bind 1 weapon 1;bind 2 weapon 2;bind 3 weapon 3;bind 4 weapon 4;bind 5 weapon 5;bind 6 weapon 6;bind 7 weapon 7;bind 8 weapon 8;bind 9 weapon 9;bind 0 weapon 10"

 

// change o to whatever key u want to activate it

bind o vstr ts

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...