Well, you got to make sure that the Next state of the object isnt calling itself over and over again...
Ie: You might have it like this: State: 1352, ACTION A_Ringbox, Var1 = 1, Next state: 1352.
That would loop the state over and over again.
You should change the Next state to S_DISS (State: 314)