Author Topic: Help Key Binding  (Read 2616 times)

0 Members and 1 Guest are viewing this topic.

Knightelator

  • Goblin Pup
  • *
  • Posts: 2
  • Reputation: +0/-0
Help Key Binding
« on: June 25, 2005 05:53 pm CDT »
Okay I will try to explain this the best way possible.

bindCommand(keyboard0, make, "0", TO, "use(\"Crystal Blue Potion\");");

Okay i'm wanting to know how to use ctrl 0 instead of the 0.....I'm not sure if your supposed to use ctrl + 0 or ctrl 0 or maybe even something else?

I'm trying to use keys that don't interfere with keys that are used for weapons. That way i can play regular Tribes without changing my keybinds everytime. Thanks in advance for help
« Last Edit: December 31, 1969 06:00 pm CST by Knightelator »

HUBBA

  • Elvin Legion
  • *****
  • Posts: 496
  • Reputation: +3/-0
(No subject)
« Reply #1 on: June 25, 2005 05:57 pm CDT »
bindCommand(keyboard0, make, control, "0", TO, "use(\"Crystal Blue Potion");



try that.
« Last Edit: December 31, 1969 06:00 pm CST by HUBBA »

Knightelator

  • Goblin Pup
  • *
  • Posts: 2
  • Reputation: +0/-0
(No subject)
« Reply #2 on: June 25, 2005 06:28 pm CDT »
Thanks alot...that works perfect.
« Last Edit: December 31, 1969 06:00 pm CST by Knightelator »