I wanted to remove the player's title from their long desc.
Ex: Player (Title) is here before you.
Does anyone know how to do this or done it before?
Ex: Player (Title) is here before you.
Does anyone know how to do this or done it before?
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Svarox on Mon 06 Sep 2004 07:14 AM — 4 posts, 19,361 views.
if ( !IS_NPC(victim) && !IS_SET(ch->act, PLR_BRIEF) )
strcat( buf, victim->pcdata->title );
else
strcat( buf, PERS( victim, ch ) );
if ( !IS_NPC(victim) && !IS_SET(ch->act, PLR_BRIEF) )
strcat( buf, PERS( victim, ch ) );
else
strcat( buf, PERS( victim, ch ) );
strcat( buf, PERS( victim, ch ) );