This email is completely based on my brief look at the new Amethyst
Player Python support. It doesn't look like the event names can be
reused. The problem with this is that something such as "EndOfFrame"
wouldn't be reusable on each frame. Also it doesn't appear that there is
anything set up to make sure specific events are called at a specific
time (such as "EndOfFrame" being called at the end of the frame). I'm
not positive that this is actually the case, but I'm just looking for
confirmation on whether it is. If these problems actually exist, i could
probably work on fixing them.