ArcanaMagek
Member
I'm using one of L's Custom Menu Scripts (This one to be exactly: http://www.rmxp.org/forums/http://dev.r ... 31#p568831)
She says you could show a variable here:
But I'm a total noob at scripting and i would like some help with this so I can show Variable [100] here. :tongue2:
She says you could show a variable here:
Code:
#Draw Variable
self.contents.font.color = system_color
self.contents.draw_text(412,0,120,32,'Variable Name:')
self.contents.font.color = normal_color
self.contents.draw_text(540,0,120,32,'Variable')
end
But I'm a total noob at scripting and i would like some help with this so I can show Variable [100] here. :tongue2: