Hey, guys. I tried googling this but to no avail. Basically, I created a custom Actor in the creation kit. Now, I need to be able to reference him programatically.
For instance, I need to run something like:
Actor myActor = Game.getActorById(myActorID);
Actor.setPositionX = 1;
Actor.setPositionY = 2;
Actor.setPositionZ = 3;
Any suggestions?