I need to save the x and y postions by Clone Actors. There is my script:
x = testingActor.0.x;
y = testingActor.0.y;
saveVars("save", "sav");
What is false?
x = getclone(testingActor.0)->x;
y = getclone(testingActor.0)->y;
saveVars("save", "sav");
getclone("testingActor.0")->x;
Users browsing this forum: No registered users and 1 guest