roomload
Syntax: %roomload(vNum,value)
Return or set the Reload flag of the room to value. Three different values can be reloaded: Name, Description, Exitinfo. Use a value with bit 1 assigned to name, bit 2 assigned to description, and bit 3 assigned to exit. So, a value of 7 (all three bits set) will set all three flags. If vNum is omitted, the current room is used.
roomload Example:
#CALL %roomload(,2)
tells the mapper to reload the description text from the MUD the next time you enter the current room. |