MENU SCRIPT

Posts

Pages: 1
Edit: Never mind, I did something else instead. But I have a another question, how do you remove the colon in the item menu? example: "Potion : 13" now change that to: "Potion 13"
There's should be a line that draws the ":" in Window_item. Something like:
self.contents.draw_text(x, y, w, h, ":", 1)
Pages: 1