|
MisterWuggles Newbie
Joined: 04 Feb 2003 Posts: 1
|
Posted: Tue Feb 04, 2003 12:33 am
Changing incoming text.. |
Okay.. on this mud I play, there's one thing that keeps annoying the heck out of me. The exits are displayed right after the description and the items, not on a new line.
Like:
ROOM NAME
This is the room description. This is an item on the ground. You see exits north south east west
Like that, instead of sending it to the next line..
Now it's giving me a headache having to look from the end of one line, to the beginning of the other all the time, and I'm no scripter, so how would I fix this? CAN I fix it? |
|
|
|
Emit Magician
Joined: 24 Feb 2001 Posts: 342 Location: USA
|
Posted: Tue Feb 04, 2003 2:20 am |
I have bad news if that is really exactly what it looks like... can you post a detailed example/log? or complain to the administrators of your mud
--------
moon.icebound.net:9000 |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Feb 04, 2003 12:33 pm |
As long as the exits are not split up between two lines, this should work:
#TRIGGER {You see exits (*)} {#GAG;#SH {%copy(%trigger, 1, %pos("You see exits", %trigger) - 2)};#SH {You see exits %1}}
Kjata |
|
|
|
|
|
|
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
|
|