View Single Post
Old Mar 12th, 2007, 5:12 PM   #1
fruit
Newbie
 
Join Date: Mar 2007
Posts: 2
Rep Power: 0 fruit is on a distinguished road
Binding program! [EASY CODE]

I am currently new to delphi. I have started to create a program I want to use to bind commands for steam games. So far the program looks like this


What I want to do is simple. I want a person to type somthing like Hello World in the "Type Here box"

Then they go up to "bind key" and press a key on their keyboard and it will automatically come up.

Next is a drop down menu called Say commands. (This program is ment for a steam game.) So if someone wanted to shout, whisper etc they would pick.

Then all they do is press Generate and it would generate like this.

This is the full Bind.

bind "key chosen" "say shout Hello world!"

(bind will have to come up in the generater box inorder for it to work with steam.)

Im not sure how to get all of this to work like that. Any kind of help would be great.

Thank you!
fruit is offline   Reply With Quote