"Reset" By Mellen (https://pastebin.com/u/Mellen) URL: https://pastebin.com/rQGCfUNu Created on: Friday 22nd of February 2013 12:14:43 AM CDT Retrieved on: Saturday 31 of October 2020 06:28:42 PM UTC Scriptname aaaTestingHallResetCellScript extends ObjectReference FormList Property pToReset Auto Event OnActivate(ObjectReference akActionRef) Int iIndex = pToReset.GetSize() While iIndex iIndex -= 1 ObjectReference kReference = pToReset.GetAt(iIndex) As ObjectReference kReference.Reset() EndWhile EndEvent