I am still trying to decipher the transient analysis output. I added 50 to all the states to see what that would do to the labeling of the output and for some reason, it made the states 100,101,... I wonder if PRISM adds the smallest state to the output states because state was originally [1..8] and that caused the output states to start at 2. I changed state to be in the range [0..7], and that caused the output states to start at 0. I will keep looking into it.
I also changed the script so that it saves every model. I have attached an example of the output file and one of the models. I plan to look more into importing the state space next week. I have also added a script called "load_trapping_sets.m" that I am slowly adding all the trapping set adjacency matrices to.