|
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Tue Oct 28, 2003 2:58 am
Room Notes Problem.. |
Hi, I seem to have a problem regarding zMUD's Mapper. For example, when I made a room, and then filled in the Notes area with some texts.. It doesn't seem to show up at all, unless I go back to the properties menu again.
Now, I tried experimenting with the #ECHO command.. And so far I came up with putting #ECHO my notes goes here, in the script area of the room properties... The problem is that zMUD break up the room description when it does the ECHO command..
So my question is, is there a way for me to have it ECHO my notes.. but after the room title, descriptions, and exits got displayed? |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Tue Oct 28, 2003 2:42 pm |
Don't know, never tried, but maybe you could trigger on exit line or prompt in the room script?
#TR {Exits} {#ECHO notes}
or
#TR {%n/%n *} {#ECHO notes} |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Oct 29, 2003 2:42 am |
Mr_Kent hit the nail right on the head. Depending on the configuration for the mapper, room scripts are preformed either once the room name or the first line of the description is matched. To access the room notes from within a script you would use the %roomnote function.
|
|
|
|
|
|
|
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
|
|