Oddly enough i was trying to make some of the changes you mentioned, and i Came across somthing..

I tried making this Change:
 Code:
Include $KixLib + "\Comnetview.udf"
Include $KixLib + "\WmiUptime.udf"
Include $KixLib + "\Translatename.udf"
Include $KixLib + "\Ping.udf"
Include $KixLib + "\FnWMIloggedin.udf"
Include $KixLib + "\WMIConfirm.udf"


I was told that Include can't have variables in it.

Also I noticed that When i have
 Code:
$Rc = SetOption('Explicit', 'On')


I have to debug all the UDF Code.. Is there a way to tell it to exclude UDFs from being processed that way?