Need help with .NET scripts

Hi. I `ve just started using ISXEVE and i`m trying to start writing my simple .net script. There is a problem at the very beginning: when i create top-level objects like this:
EveObj = new EVE.ISXEVE.EVE();
IsxeObj = new EVE.ISXEVE.ISXEVE();
they are always null.

I suppose this objects have to be connected with innerspace via creating them with param in constructor. But what param to use?

P.S. is there any examples of .net scripts anywhere? thx.
 

stealthy

ISX Specialist
Do it in a frame lock.

Non-persistent references are only valid in the frame in which they're created.
 
Top Bottom