|
Ulrik Mikkelsen Beginner
Joined: 06 Apr 2009 Posts: 15
|
Posted: Tue May 05, 2009 4:32 pm
New map link |
Hey, anyone able to help me with this?
On the mud i play a rooms exit changes depending on the time of day. I do have the times of day so i can make trigger depending on them, but how can i set a trigger to change the room link to go to different rooms? |
|
|
|
wrym Magician
Joined: 06 Jul 2007 Posts: 349 Location: The big palace, My own lil world
|
Posted: Tue May 05, 2009 5:02 pm |
You're looking for %roomlink
You'll probably have to call it multiple times, 1+ to delete old link(s) and a last time to set the new link |
|
_________________ "To the engineer, all matter in the universe can be placed into one of two categories: (1) things that need to be fixed, and (2) things that will need to be fixed after you've had a few minutes to play with them" - Scott Adams, The Dilbert Principle |
|
|
|
Ulrik Mikkelsen Beginner
Joined: 06 Apr 2009 Posts: 15
|
Posted: Tue May 05, 2009 9:35 pm |
This is probably the command i should use but i still cannot get it to work. A little more help if you could. I'll try and explain better what i need.
I would like the command to make the direction to be in the direction WEST from the room, however it should be with the command PUSH WALL is this possible? |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed May 06, 2009 8:49 pm |
If you use zMapper you can use the COM API to set the command for the zMUDLink object.
A simpler approach may be to use a room script that changes a variable that the other command executes. So the "other command" for that room could be @west, and then have you room script change the value of @west depending on the time of day.
Just a thought off the top of my head. |
|
_________________ Asati di tempari! |
|
|
|
|
|