Due to the processing model in the Isadora scene, I think an exit scene trigger requires some thought, since it would need to occur before the final round of scene processing (at least one round more would be needed to use the output trigger).
Currently, the closest thing I can think of is the python_finalize() function supported by Pythoner.
The docs state:
python_finalize() takes no parameters, and any value it returns is ignored.So you can't use it to send value or trigger out, but you could have it Send Out an OSC message, that can be retrieved in a background scene. If you are managing your Lasers from a background scene, this could provide the signal you are looking for.