StarTrekManiac2 Posted March 30, 2014 Share Posted March 30, 2014 Hi guys, With the Creation Kit for Skyrim, I want to have respawning items that I can collect from the same place every day. I'm trying to make three containers that I've placed to automatically populate with the same inventory, as it had initially, every 24 hours, as opposed to waiting for the cell to reset. I currently have the following script written up with the aid of other sources, but it won't compile. I'm very new to scripting and have tried to research with no luck on getting the script to work. ScriptName aaRespawn extends ObjectReference Event OnInit() RegisterForUpdateGameTime(20) EndEvent Event OnUpdateGameTime() self.Reset() EndEventCan anyone suggest areas that are causing the problem or possibly write a new script to do this? Link to comment Share on other sites More sharing options...
Recommended Posts