Based on MOGHUNTERS MOG menu, I have a part of my end scene which involves points, by timesing and dividing the variables to calculate the score.
It errors when I try things like:
self.contents.draw_text(280, 200, 300, 64,$game_party.steps*2 ,0)
or even
self.contents.draw_text(280, 200, 300, 64,$game_party.steps.to_i*2 ,0)
How can I get this to work? I'm at my freinds house at the moment, for anyone who knows I can't use RPGMaker.
Also, how would I divide things?
Any help I will be very grateful for,
Boonzeet
It errors when I try things like:
self.contents.draw_text(280, 200, 300, 64,$game_party.steps*2 ,0)
or even
self.contents.draw_text(280, 200, 300, 64,$game_party.steps.to_i*2 ,0)
How can I get this to work? I'm at my freinds house at the moment, for anyone who knows I can't use RPGMaker.
Also, how would I divide things?
Any help I will be very grateful for,
Boonzeet