So is there a SetPrice script or such like?
Begin MenuMode 1053 if Player.GetInCell Megaton == 1 SetBaseItemValue 00015169 2000 endifEnd
Begin GameMode if((Player.GetInCell Megaton == 1) && (GetValue stimpak != 2000)) SetBaseItemValue stimpak 2000 endifEnd
Int iCountRef rContainerBegin OnReset Set rContainer to GetSelf Set iCount to rContainer.GetItemCount Widget rContainer.RemoveItem Widget iCount rContainer.AddItem Sprocket iCountEnd