ID:181331
 
Is it possible to put two commands into one macro key in a game??
This is suppose to be in Developer How-To. You can merge them into one code and then it should work.
In response to SinMaster1996
.north \n .south
In response to Youngj52032
Moving north and south at the same time would do nothing. XD
In response to OrangeWeapons
OrangeWeapons wrote:
Moving north and south at the same time would do nothing. XD

Please tell me you were just kidding around there. :| He was clearly only showing that the \n is the key to doing it. :O
In response to Liam Howe
I was.
This is assuming you have the macro set to trigger abra().
mob
verb
abra()
src<<"Abra..."
src.kadabra()
src.alakazam()
proc
kadabra()
src<<"Kadabra..."
alakazam()
src<<"Alakazam!"
In response to SinMaster1996
SinMaster1996 wrote:
This is suppose to be in Developer How-To.

Please don't back-seat moderate. The OP was asking how to create the macros from a user (i.e. gamer) perspective, not as a developer.