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
ID:261944
Feb 16 2004, 1:06 pm
|
|
Feb 16 2004, 2:23 pm
|
|
http://www.byond.com/docs/ref/info.html#/client/var/script/ macro
|
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' 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.
|