ID:261944
 
I want to know how to make a macro do certain verbs. Like when u go next to a npc, you press a button on the keyboard (for this exapmle, I will use 'A') and you will talk to them like you normally would when going through the verb panel. Or, you can press "A" and a door will open, you get in a car, etc. I'd appreciate any and all help I can recieve.

~Officer Falcon
In response to Garthor
Not exactly what I meant. I know how to make macros. I want to knwo how to make it do a verb.
Example:

obj/npc
icon = 'blah.dmi'
verb
Talk()
set src in view(1)
usr<<"Hi"

Now how do I make it so I can talk to this npc with a macro.

~Officer Falcon
In response to Officer Falcon
Same way you'd make any macro. Read the link Garthor gave you again.