Maybe I'm just seeing things or something, but it looks like prepatch:
if GetItemCount Everything > 0 set vMojaveExpressControl.bContainerFull to 1 else set vMojaveExpressControl.bContainerFull to 0 endif
is now post patch:
if GetContainerInventoryCount > 0 set vMojaveExpressControl.bContainerFull to 1 else set vMojaveExpressControl.bContainerFull to 0 endif
The GECK doesn't want to compile if I use that function. Am I just on crack or is there a new function..?