Hey everyone!
?Got a bit of an issue going on here, I'm trying to access the contents of a cell at run-time, but with no luck up to this point. I've tried loading it into an alias to make it persistent, but I'm still getting "method not found on cell" errors in the logs.
Essentially I need to get a list or array of all object references in a cell so that their position can be obtained, then duplicated and finally placed around the player.
?I'm trying to use SKSE's "GetNumRefs" and "GetNthRef" to achieve this, but as mentioned earlier, all attempts are met with that "method not found" error.
?If anyone could assist me, I would greatly appreciate it. =-)