I have an actor - redZombie.
I have defined a local string for actors called creator.
When my redZombie is created it runs the script:
CreateActor("redZombieBase", "base", "no parent", "no path", 0, 0, false);
How do I pass the name "redZombie" to the base actor?
ie
redZombieBase.creator = name;