ID:167163
 
O.K. This time ill try to explain it better... Basically what i want, is a macro system where you maybe push a to talk... Or something like that.

I'm wondering how i would go about making a macro... (Please don't guide me to the reference.... It doesn't work.)

It also troubles me, that once i can make macros, I still can't make it so when you use the macro, it will use whatever item you are holding... Any help?
You can create macros with a dms file or using client/script.

client
script={"

macro
space return "averb"
a return "blahblah"

"}



mob
verb
blahblah()world<<"blahblah"
averb()world<<"averb"

//sorry if this came out messy, I didn't make it in DM like I'm used 2=p


In this case, a calls the blahblah verb, and spacebar calls the averb verb.