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