Jump to content

Home

Taunting in SP


Dessan_E

Recommended Posts

Does anyone know how to taunt in sp...i tried bind<KEy> +taunt but it doesn't work for sp...it does for mp...Apparently i heard in SP he twirls the lightsaber.

 

Also can someone also help me with the use of the vstr command.

 

Thank You.

Link to comment
Share on other sites

"vstr abracadabra" will execute the command stored in the variable abracadabra. For example:

 

set abracadabra "set cg_fov 10"

vstr abracadabra

 

will execute "set cg_fov 10".

 

You can modify your abracadabra string with some key and based on that, "vstr abracadabra" will execute a different command. For example, this would be an advanced zoom script:

 

seta zoomfov "set cg_fov 20"

bind q "set zoomfov "set cg_fov 20"; echo Wide Zoom Mode"

bind w "set zoomfov "set cg_fov 10"; echo Medium Zoom Mode"

bind e "set zoomfov "set cg_fov 5"; echo Close Zoom Mode"

bind r "vstr zoomfov; echo Zoom In"

bind t "set cg_fov 80; echo Zoom Out"

 

Q, W, and E will switch between the three zoom modes, R will zoom in, and T will zoom out.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...