I'm currently working with the CK and trying to get the scripting right, but there is one thing that bothers me: I can't figure out how to use the Reference Editor ID in a script. For people who dont know what I am talking about http://www.creationkit.com/Reference look under "Common". It says clearly:
Reference Editor ID: An optional text name that makes it easier to refer to this object in scripts and [...]
In Oblivion it was possible to then simply use that reference simply in a script. Lets say the Reference Editor ID of my placed NPC is "mySuperNpcRef" and I wanted to used it in a script, I could simply write "mySuperNpcRef.kill" or similar. But in Skyrim it doesnt seem possible. Long story short: I want to adress a reference without redefining it in the properties of each placed oject seperately.
