Killing the Engine via Qscript

Hi,
I'm new to scripting, but I was thinking about making a Qscript that would kill the engine when a button is pressed (say 'K')
Which int corresponds to which letter in:
Code:
is key <int> pressed
I'm hoping to use something like this (I'm aware of how ugly this code is..):
Code:
for 'eternity'
{
  is key K pressed
  {
      send stop engine to console
  }
}
Could anyone please guide me in the right direction?
Thx in advance!
 
Just make the S key a toggle for engine start/engine stop.

Racer used to do this, if the engine was running S would shut it off, or was it shift s?

I can't remember but it's best as a toggle I think...?!

Hmmm

Dave
 
i found the script....
here: klick

Been trying to get the script to work, but without success.
  • I've recompiled the script just in case..
  • racer.ini says that scripts are autoloaded
  • I have tried 'reload scripts'
  • I've changed my keyboard layout to English
  • Tried with Alt+088
I have no ideas left.. I guess that you don't need a loop in the rsx-file? It acts like a trigger?
 

Latest News

What would make you race in our Club events

  • Special events

    Votes: 18 25.4%
  • More leagues

    Votes: 17 23.9%
  • Prizes

    Votes: 15 21.1%
  • Trophies

    Votes: 7 9.9%
  • Forum trophies

    Votes: 5 7.0%
  • Livestreams

    Votes: 13 18.3%
  • Easier access

    Votes: 45 63.4%
  • Other? post your reason

    Votes: 8 11.3%
Back
Top