From the NannyMUD documentation
2001-02-15
NAME
itoroman - Converts an integer to the roman number.LOCATION
/obj/supportSYNTAX
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