ID:270888
 
I forgot how to make pre-determined macros for the game. Such a V for say etc.
Options, Preferences, then click the Macros tab.
In response to Partner420
That's not what I meant. -_- To set the value of a keystroke to a predetermined macro. Like there are games that have macros already set for you. I'm trying to implement something with it but don't even remember how to do it.
In response to Muyoine Guyinne
It's probably something totally obvious but I'm too tired to figure it out. o_O
In response to Muyoine Guyinne
ill give this a try
verb
say(s as text)
world<<"[ckey] >> [s]"

then make a script file and put
macro
v return "say"


i don't know if thats what you're looking for but o well
just press v and it will come up with the speech box

In response to Mrbunny88
Bah, unless I coded that in wrong it doesn't work.
In response to Muyoine Guyinne
His example should work. You either need to get rid of any client/script's you have and place all macros and all CSS in a .DMS, or place it in client/script.
client/script={"
macro
V return "say \"\...""}


Or a .dms file, and link to it with <code>client.script</code>.