I curently have a problem with making window, because i can't draw something right. I just got an idea, that i will use actors as skills that levels up. But skills like Mining, Woodcuting and other things like this. I'm using Yanfly's Ace Status Menu. I'm trying to make a window that shows me level and exp of some skills. In the begining i had a problem with writing Level of this specific skill, so i just used draw_text and oustside of script i set actors level to variable, and then used that variable in the script to show level. But with experience of that skill i have problem.
I was searching thru all the default scripts to find a way to draw in window information about actor that is not curently selected. Like, i'm reading information about ActorID=1, and in window i want to show information about ActorID=11 and ActiorID=12 etc.
I hope that someone will understand the problem here, and help me out.
Thank you in advance.