I'm making my second mod and I'm stuck at the very beginning.
What I want to do is to display a certain image whenever a certain action is taken by the player.
To be more specific, I'd like to show an image on screen (random x/y position would be great) for like 0.5 seconds when the player hits a target with a certain weapon.
I can't find any reference inside the Papyrus API for both importing images or showing them on screen.
Is this actually doable?
The mod is going to be a little silly but (I hope) quite funny, and I'll need this function later with a bigger mod I'm planning to do in a few weeks, so it would be great if somebody could point me to the right direction.
Thanks to anybody that will help me with this.

my aim is to make a mod that shows on-screen comic-like words to simulate the old Batman series (the one with Adam West from the sixties), so that when you fight unarmed it shows THUD - POW - CRASH and silly words like those on screen, I know it's stupid but I want to give it a try.