Allows you to convert an integers to a roman numerals.
Example
Running this code will create a variable named "#i" with a value of "26", then will convert the variable to a roman number, loading it as an HTML in the UBot browser.
This is shown in the UBot browser.
set(#i,26,"Global")
load html($plugin function("Data and Files Automation.dll", "$roman numerals", #i))