Two (hopefully) quick questions :
1) Is there a way to tell if a Door is a Load Door? I've tried looking for the attached ref to see if there is another door attached, but apparently that does not work since both load doors and none load doors still trigger my script.
2) Is there a way to place something X units ahead of the Player? It needs to be directly ahead of the PC for what I want. In Oblivion, you could use PlaceAtme([Object], [Count], [Distance]) but apparently this functionality doesn't exist for Skyrim, since the Wiki just says that it places it AT the caller's position, which is no good for what I want to do.