I was wondering in G.E.C.K. if there was a way to make a locker that I have with about 50 caps renewable? What I mean is that if I were to grab some caps out of it, then exit out of the locker and POOF! more is there.
Thanks in advance! ^_^
begin menumodeif getitemcount F < 50 additem F 50endifEND
scn DavyJonesLockerScriptbegin OnActivateif GetItemCount Caps001 == 0 AddItem Caps001 100endifActivateend