ID:180121
 
Is there a way for my code to define macros?
Cybergen wrote:
Is there a way for my code to define macros?

http://byond.com/docs/ref/info.html#/client/var/script/macro

The easiest way to set a macro is to create a new script file (*.dms) and place the macro definitions within it.
In response to Shadowdarke
Shadowdarke wrote:
Cybergen wrote:
Is there a way for my code to define macros?

http://byond.com/docs/ref/info.html#/client/var/script/macro

The easiest way to set a macro is to create a new script file (*.dms) and place the macro definitions within it.

Thanks, I haven't really explored script files yet and this is a reminder in addition to being helpful