Using MXP on an old mudlib, The clicking on items works, but if you look at an item in the room you get the room description not the item description. Any have a clue what i am doing wrong?
#include <tune.h>
#include <ansi2.h>
#include "../area.h"
inherit STD_ROOM;
object ob;
string myname;
void long(string str){
string real_long;
string output;
output = ESC+"[1z";
output += "<!ELEMENT RDesc '<FONT color=Red>' FLAG='RoomDesc'>\n";
write(output);
::long();
}
reset(arg)
{
set_light(1);
short_desc = "the cryogenic facility";
set_long_f("You are standing in a large laboratory that has been "+
"specifically designed for the artificial duplication of "+
"living beings. A number of capsules and vats line the "+
"northern wall, connected to a vast array of electronic "+
"control systems by a deluge of wires and cables. There "+
"is a monitor attached to the east wall which illustrates "+
"how to begin the cloning process.\n"+
ESC+"[1z<send \"press &text;\">red button </send> (click it!) \n "+
"", 70 );
#include <tune.h>
#include <ansi2.h>
#include "../area.h"
inherit STD_ROOM;
object ob;
string myname;
void long(string str){
string real_long;
string output;
output = ESC+"[1z";
output += "<!ELEMENT RDesc '<FONT color=Red>' FLAG='RoomDesc'>\n";
write(output);
::long();
}
reset(arg)
{
set_light(1);
short_desc = "the cryogenic facility";
set_long_f("You are standing in a large laboratory that has been "+
"specifically designed for the artificial duplication of "+
"living beings. A number of capsules and vats line the "+
"northern wall, connected to a vast array of electronic "+
"control systems by a deluge of wires and cables. There "+
"is a monitor attached to the east wall which illustrates "+
"how to begin the cloning process.\n"+
ESC+"[1z<send \"press &text;\">red button </send> (click it!) \n "+
"", 70 );