From the NannyMUD documentation

LAST CHANGE

2001-02-15

FUNCTION


NAME

        itoroman - Converts an integer to the roman number.

LOCATION

	/obj/support

SYNTAX

	string itoroman(int i)

DESCRIPTION

	Converts any integer to the roman number. 
	This will NOT work on negative numbers.

NOTE

	This looks very silly on large numbers, since the biggest roman
	digit is M which equals 1000.

SEE ALSO

        number_to_string in support/number_to_string