Nightmare Mudlib SimulEfun: center() varargs string center(string text, int screen); DESCRIPTION Returns the original string centered on the screen. If no screen width is specified, a screen width of 80 is assumed. EXAMPLES center("hi", 80) returns: " hi " LOCATION /secure/SimulEfun/strings.c NOTE Like other string SimulEfuns, this exists only to make life easier on cres. sprintf() should be used for the sake of serious speed games within the mudlib. SEE ALSO arrange_string(), strip_colours() LAST MODIFIED Nightmare 3.3