What's new
Red County Roleplay

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Shortkeys for appearance?

Status
Not open for further replies.
Fleur said:
James_Small said:
Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

Fleur, wouldn't this be a bad key mix? As for if you want to walk with your character, you may spam the chat box?
No, because it isn't W that triggers the keybind -- it's ALT+W.
AHK reads exclamation marks (!) as ALT.

Hmm, I mean as in, the default key to walk on GTA is ALT, and W together, correct me again if I'm wrong please :3
 
Becca said:
Thanks everyone!
I have tried both Chaos and AHK out, and Chaos doesn't seem to work for me.. I am currently trying AHK

Fleur said:
I could make you an AHK script if you send me your description if you want ^^

Thank you! I have already made a /do for my characters appearance, 2 exactly because it won't all fit on one line, I followed your guide on your thread about AHK, yet it doesn't seem to work. I'm sure I've done it right with !W::SendInput t/do and !Q::SendInput t/do at the beginning of what I want it to say.. Yet when I try it out in game, it doesn't seem to work
suspect.gif
I used Becca's example for it.
 
Braxton said:
Or you can simply set it by /appearance and use /describe...
Her description is two lines long, a feature /appearance and /describe lacks.
 
Thanks for your suggestions everyone! :)

Fleur said:
Code:
!W:: 
{
SendInput t/do "Insert 1st line here"{enter}
SendInput t/do "Insert 2nd line here"{enter}
return
}
There, so you only have to press ALT+W to activate two /do's.
If you have any other things you need help with, PM me okay?

I tried this, yet It still doesn't seem to work when i press ALT+W
I copied and pasted all you put but obviously I changed "Insert 1st/2nd line here" with my description, but it doesn't appear in the chat box D:

I may try what @Roman_Keskov suggested and use those keybinds instead :D
 
Status
Not open for further replies.
Back
Top