In a dms file I have:
macro
+ return "Toggle-default-action"
And in my code file I have:
mob/verb/saytype()
set name = "Toggle default action"
set desc = "Allows you to switch your default command between say, emote, OOC and guild say (if you have it)"
set category = "Options"
(And the code goes on from here)
Problem description: My problem is that, while the verb works, I can NOT get it to set the macro of that verb to +. Or a or space or any other button for that matter.
EDIT: Oh I forgot to add that the message I get says there is no macro defined on that key. Also of note is that I have tried "Toggle default action" and "saytype" as other options for the macro, but it doesn't work.