hey everyone
heres the part of the script i need help with
[nobb]
def refresh
self.contents.clear
self.contents.font.color = system_color
self.contents.draw_text(4, 0, 120, 18, "Step Count")
self.contents.font.color = normal_color
self.contents.draw_text(4, 32, 120, 32, $game_party.steps.to_s, 2)
end
end
[/nobb]
Basically, where it says "Step Count" i need it to say the name of one of the actors ID's,
this way I can rename the actor whatever i want and instead of it saying "Step Count" it will say the actor name
Ive tried a few things but im a complete n00b in terms of scripting
im good on photoshop so if you can help me out ill help you out back
thanks!