Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
LordFett213
Novice


Joined: 20 Aug 2008
Posts: 34

PostPosted: Tue Oct 20, 2009 3:37 am   

expanding on #makeroom
 
I have a couple aliases for alternative forms of movement (escape (like fleeing but you can specify a direction) and movealone (allows a person with PCs following to move in the specified direction without the players following). Using #makeroom dir makes an empty room, is there a way I can alias movealone to make a room when i move like n s e w u d?

This is my current alias for movealone.

Code:
#ALIAS ma {movealone %1;#move %1} "Alias"


And for creating a room when I move.

Code:
#ALIAS mac {movealone %1;#makeroom %1} "Alias"
Reply with quote
Tarken Aurelius
Apprentice


Joined: 23 Oct 2008
Posts: 120
Location: Cincinnati, Ohio

PostPosted: Fri Oct 23, 2009 6:37 pm   
 
You mean you want it to do #MAKEROOM when you move in one of those cardinal directions?
_________________
Tarken Aurelius, quality triggers since 2004! Trigger consulting since 2008! Content Developer at BatMUD (www.bat.org)
Reply with quote
Tech
GURU


Joined: 18 Oct 2000
Posts: 2733
Location: Atlanta, USA

PostPosted: Sun Oct 25, 2009 12:33 pm   
 
If you want to use the alias you suggest I would think it would need to look like this.

Code:
#ALIAS mac {#makeroom %1;movealone %1;} "Alias"


Otherwise you'll be telling zMud to #MOVE to a room that doesn't exist yet.
_________________
Asati di tempari!
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net