More binds
|
2016-02-23, 13:20
(This post was last modified: 2016-02-23 13:23 by Barney.)
Post: #7
|
|||||||
|
|||||||
RE: More binds
of course you do have to press "t", how would your script know where to put the "/say blabla"? according to dans post:
(2016-02-22 15:29)Dan Wrote: Clavier+ script:you can either do that, replacing send_money with x_left like Clavier+ script: Code: [T] [{Wait,25}] //x_left [ENTER] //send_money script: Code: /say !x turn left] the send_money script is a lfs-script. using lfs scripts is only necessary when you want multiple lines, because you need a around 0,5 second delay to get the second line to be sent. if you only want one line, i bet theres a way like: Code: [T] [!x turn left] but im not familiar with clavier. i use autoit. there you'd do something like: Code: HotKeySet("{NUMPAD7}","_num7") either way you need to tell the script to press t to open the textbox. lfs scripts use /say to do this, other programms need to do it on their own. |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Messages In This Thread |
More binds - Wouter - 2016-02-22, 15:16
RE: More binds - Dan - 2016-02-22, 15:29
RE: More binds - Wouter - 2016-02-22, 18:28
RE: More binds - KooKoo - 2016-02-23, 02:33
RE: More binds - Dan - 2016-02-23, 10:03
RE: More binds - KooKoo - 2016-02-23, 10:39
RE: More binds - Barney - 2016-02-23 13:20
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
TC Binds [v1.18] | Adrian | 68 | 75,394 |
2024-07-12 16:03 Last Post: Adrian |
User(s) browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2024 MyBB Group