Chaining events not working

  1. I have a counter that tracks number of $ a player has.
  2. there is a dynamic property that holds the value, and various methods to increase and decrease the value.
  3. I have a trigger action that’ll listen for the increase and decrease events, and then play a sound.
    (see enclosed screen shot 1)
  4. As you can see after any one of those events, it will first play a sound, and that works fine.
  5. I then added a prmsg call to print out the event (see enclosed 2).
  6. That message never shows up in the log window.

Both of these are defined ABOVE the trigger action so trait order should be fine. I am tearing my hair out on what I might have overlooked. Any help appreciated!

Do your “various methods” comprise global key commands? If so, the suppress reports checkbox needs to be unticked in each GKC.

also, you have got a $$ in place of one of the $ symbols in your report line. I don’t think it is the cause but it might mess up your output when you eventually get to see it.

suppress reports checkbox needs to be unticked in each GKC.

Yep that is it, many thanks!