Hi! Some time ago I had changed my do_look code to display the vnum of the room to immortals with a very simple modification:
if( IS_IMMORTAL(ch))
pager_printf(ch, " (%d)",ch->in_room->vnum);
I am trying to do the same with the listed objects when using the look command, but with many trials, I have no success in this matter.
Is there any easy way to make this work?
Any suggestions?
if( IS_IMMORTAL(ch))
pager_printf(ch, " (%d)",ch->in_room->vnum);
I am trying to do the same with the listed objects when using the look command, but with many trials, I have no success in this matter.
Is there any easy way to make this work?
Any suggestions?