So now, I'm pretty sure, approx 99.2% affirmative that I have ironpython setup correctly. Now when I utilize this code.
I'll get the error
[Only registered and activated users can see links. Click Here To Register...]
Now, has anyone come across this error?
I'm pretty new to IronPython, so please bear with me.
Thanks for any help.
Code:
var Test = scope.GetVariable<Func<GameClient, ushort, int>>("npc");
Test(Client, option);
runtime.Shutdown();
[Only registered and activated users can see links. Click Here To Register...]
Now, has anyone come across this error?
I'm pretty new to IronPython, so please bear with me.
Thanks for any help.