11-10-2013, 02:55 PM
(11-10-2013, 02:14 PM)Koopla Wrote: I have a sort a debug suggestion. I know there are the debug tickboxes available and there's Console messages, but I would like for a SMAAAALLLl change Info->Last Skill field, I want it to show the priority number next to it (priority in the skill list) [x] so I could debug my profile faster. For example:If you want it shown:
Last Skill: [5] Basic Touch
Last Skill: [10] Basic Synthesis
I hope you know what I mean and it would help me immensely :)
Line 631: gMWlastskill = skill:Get("name")
Change to: gMWlastskill = "["..skill:Get("prio").."] "..skill:Get("name")
It will update both the GUI and the console output ;)