
Re: Changing names of actors
Code:
AddActor = Actor
CopyOf = <Unit's original name>
PresetName = <Name you want to call it>
Make sure this is
below the actor you want to rename.
Though you should probably add.
To the bottom of the original actor's code and add
To the new actor's code, just below PresetName. That should work fine.