//SetPartFrameSlot('DeletionScript, func()
//begin
//	if ModalConfirm("In deletionScript", okCancel) then
//	begin
//		foreach store in GetStores() do
//  			if store:HasSoup("ObStrat:NarcFish") then
//				store:GetSoup("ObStrat:NarcFish"):RemoveFromStoreXmit('|ObStrat:NarcFish|);
//	end;
//end);

