Page 1 of 1

Used (pressed) keys

Posted: Thu Jul 13, 2006 6:31 pm
by Guderian
Huy all!

I don't understand how works getboundkey1 :(
It means I want that during the game player use some keys ("q", "w" or some else ) and then something happyning or doing.
For example, player use the key "t" and will playing the music, used again the music will stopped. And i don't want to use triggers.

Somebody know how to do this or may be knows where i can read about it. :?: :?: :?:

Posted: Thu Jul 13, 2006 7:39 pm
by Rookie One.pl
Getboundkey returns a text description of a key assigned to a specific input function (like moving, using stuff, jumping etc.) and works in single player only.

What you're trying to do is very hard to do and involves advanced scripting. Use the search function and look for 'state menus'.