How do I add new items to the ring menu? I'm trying to add a Journal to the ring menu, but every time I switch to the Journal Icon on the menu, it comes up with this error:
Script 'Ring Menu' line 292 TypeError occured.
cannot convert nil into string
This is what line 292 looks like:
self.contents.draw_text(rect, @commands [@index],1)
No matter what I do to it, it still dosen't work.
HELP!
Script 'Ring Menu' line 292 TypeError occured.
cannot convert nil into string
This is what line 292 looks like:
self.contents.draw_text(rect, @commands [@index],1)
No matter what I do to it, it still dosen't work.
HELP!