Awesome, I jumped right in to try it but I'm getting a weird error.
SunUO Version 0.5.0
http://www.sunuo.org/
on Unix 2.6.20.16, runtime 1.1.4322.2032
2007-09-07 16:31:14,231 INFO Compiling library legacy, 2427 C# sources
2007-09-07 16:31:20,804 ERROR Compilation failed (1 errors, 0 warnings)
2007-09-07 16:31:20,805 ERROR /home/xxxxx/sunuo-0.4.4/Scripts/Customs/mycustom/mySunUO/Helper.cs: CS1002: (line 29, column 41) Expecting `;'
so I hopped right in with my trusty pico and to my dismay line 29 column 41 looks fine ( to me anyway)
string typeBaseName = typeName.Substring(0, indexOf);
string[] argumentsGeneric = typeName.Substring(indexOf + 1).Remove(typeName.Length - indexOf - 2).Split(',');
List<Type> typeGenerics = new List<Type>();
<<---- Line 29 according to [ctrl]+c in pico
string currentArgument = "";
int countLevelGeneric = 0;
So, any suggestions for me to try?