Topic: I am trying to access the after intro and outro fight Screens

What I am looking to do is modify the intro scene. I want to freeze the screen after the intro animation plays. Then say the characters name and I want to display the characters stats before moving on to player two. I only want this to happen in story mode
Before the fight starts right after the intro animation:

1: Name
2. Height
3. Gender
4. Publisher (new field I want to add)

I would like to access the after battle screen. I want to show some game stats.

After fight screen:
1- combo count
2- how many points scored
3- how many supers
4- how man throws
5- counter count

I tried playing around with the cinematics but that did not work to well. I have the source version of UFE. I am still a novice coder but I am good at following instructions and looking up what i don't know. So any help would be great.

Re: I am trying to access the after intro and outro fight Screens

Looking at the scripts I the info I want access to is in the characterinfo.cs and I want to display it during the cinematic..I believe thats the MoveEditorWindow. Am I in the right place?