Okay, so the story is that I am making a mod (that I may or may not release depending on the results) that includes the player casting a spell, and if certain parameters have been met an item gets removed from the inventory but a movable activator is placed in front of them. Now, this is my first scripting project so I've been looking up functions as I've needed them, and I came across the PlaceAtMe which seemed perfect... apart from the whole thing saying that it causes savegame bloat.
The article I read does suggest two alternatives, but they concern the summoning of creatures or the spawning of an item, not activators. Also to be noted is that the activator can't just be teleported to the player, since part of the conditions for it to work is that it doesn't exist before the spell is cast. I don't want to use OBSE for this, but if I do then I will although I don't know how to get the CS working with it.
Any help and/or insight would be appreciated