Jump to content

"Reset - Cell" trouble


bluwax26

Recommended Posts

Hi-yo!

I'm trying to make a mod where the player has the exact same experience every time they go through a custom interior cell after they hit a button. Same enemies, same weapon placement, same doors. Seems like a job for a scripted cell reset, right?

Unfortunately, I've hit a wall on that front. No matter where I put the activator button- even outside the room- I always enter it to find the weapons missing and the enemies dead. The items are flagged "respawns", the zone isn't flagged "never reset", and the code compiles, but the cell just ain't resetting like it's told. Very frustrating.

Has anyone got the cell reset function to actually work for them? I'd love to hear how you managed it.

And for completion's sake, my script looks something like this, with the appropriate properties.

Scriptname TestRoomReset extends ObjectReference Const

Event OnActivate(ObjectReference akActionRef)
    TestRoomCell.Reset()
EndEvent

Cell Property TestRoomCell Auto Const

Keep safe out there.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...