12-23-2013, 09:48 PM
Working on it now. For future reference, there's no need to include the RTP until you are ready to release your game to people outside this forum. We all already have it, and you'll save everyone some download time that way.
...So, at what point does this bug happen?
Edit: I found it. WEngine script line 1738. draw_text(rect, item.price, 2) should be draw_text(rect, item.price.to_s, 2)
...So, at what point does this bug happen?
Edit: I found it. WEngine script line 1738. draw_text(rect, item.price, 2) should be draw_text(rect, item.price.to_s, 2)