Admin
Total Posts: 1168
Location: Waco
Joined: May 1st, 2004, 4:00 am
Admin's Reps: 4
|
October 5, 2004
XUnleashed ScriptHost Patch v2.6.0.22
--Added a routine so that the ScriptHost can be used from plugins.
Public Function XUScriptPlugin.CreateScriptHost() As Object
If you need to create the XUScriptPlugin, use the following syntax from a plugin:
Set oService = PluginHelper.Service("XUScripts.XUScriptPlugin")
|
|