OnSceneEnd won't fire because the scene did not successfully start.  To check whether the scene started successfully, listen for OnSceneInit instead.  If akArgs[0] is > 0 then there was error.  Specifically if it is 3 then that means no animation was found that suits the actors you passed in.
  • 1

    Reputation Points