meddlesome: Mon Oct 01, 2012 9:55 am |
|
A common use of this is to change the room description of the room from which you are currently located.
Since #MAKEROOM offers the ability to create a room with it's name and description, the conundrum exist when one tries to create the room with information from the Mud. Some instances where the Exit will display the room name gives the person the direction and room name information, but it isn't until you enter a room that the description becomes available.
If we #TAG the room description to variable ZoneRoomDesc then we can set this using the %roomdesc function like this:
#CALL %roomdesc(, @ZoneRoomDesc) |
|