#define TP this_player() #define TITLES ({"E. Harshaw loves Welch's Grape Soda (sparkling)", \ "E. Harshaw is too cool to be a woman (manly man)", \ "E. Harshaw is too sexy for this mud", \ "is better than "+TP->query_name(), \ "E. Harshaw of the many titles", \ "\b\b\b\b\b\bHave you sent a dollar to Jubal today? ($$$)", \ "\b\b\b\b\b\b -- jubes", \ "\b\b\b\b\b\bthis_player()->query_real_name() { return \"jubal\"; }", \ "\b\b\b\b\b\bYour sensitive mind notices a jubalness in the fabric of space.", \ "\b\b\b\b\b\b"+TP->query_pretitle()+" Jubal "+TP->query_title()+" ("+ \ TP->query_align_title()+")", \ "\b\b\b\b\b\b\b\b\b\b\b\b\b[Jubal] ;)", \ "says: Beep me if its not important!", \ }) static object owner; static int sz; start(me) { owner=me; shadow (owner,1); sz=sizeof(TITLES); return this_object(); } title() { return TITLES[random(sz)]; }