I am simulating a state machine. On the entry to a state I am able to change an integer attribute of a class. I can see the change in the local variable window. Very cool. How do I call the operator of the class? I can not seem to get this to work? I have tried the following code in the behavior field of the behavior property of the state operators dialog box:
opTest();
MyClass.opTest();
MyClass tst = new opTest();
sim.opTest();
Any ideas?