'look' char title

Posted by Arturo on Wed 29 Sep 2004 11:55 AM — 5 posts, 18,451 views.

#0
my troubles today are in char's and 'look'ing.
its displayes the title's of the char.
I simple want to cut out the title, so it only shows:
Arturo is here.
not
Arturo with Title is here.

But i cant for the life of me find where it makes the char list to show the looking char.
USA #1
Not sure about ROM, but look in do_look, and the functions it calls. Then find a line like "%s %s", ch->name, ch->title. Remove a %s, and ch->title
#2
Finally found it.
And it not in do_look.
Do_look calls another function called....
show_char_to_char_0

And i was having trouble finding it, but finally did. And simply //'d the offending line:
strcat( buf, victim->pcdata->title );

Kinda curious, what base you running with?
USA #3
SmaugFUSS. Yeah, ROM isn't to different from Smaug, it also has show_char_to_char.
#4
Ha, evil thing. By just //'ing it. It killed the rest of the string when sitting or something. So I replaced the ch->pcdata->title, with a good old "{x"
(long live color codes aye?)