RP Notification Question

Hi,

I’ve been doing some searching but can’t figure out how to make RP “notifications”, as seen below. If anyone has any sort of snippet of code, or link that could lead me in the proper direction, that would be awesome!

rp%20notification

Not sure if I’m allowed to bump here, but i’ll give it a try, tested out some stuff and searched around some more, still not able to find anything. Anything helps, if you know anything!

I don’t know about a native function to just display the text but it would certainly be possible with some SET_DRAW_ORIGIN magic, a 2D text draw, the RP sprite (you can find that in RPFs) and a little math.

I think that’s just what I needed, thanks so much!