violentpurge09 0 Report post Posted April 23, 2011 (edited) This one should be simple, but due to my lack of Scripting knowledge... I want to remove the SP cost on the skill screen in VX. Thanks Violentpurge09 Edited April 23, 2011 by violentpurge09 Share this post Link to post Share on other sites
brewmeister 3 Report post Posted April 23, 2011 comment out line 58 in Window_Skill # self.contents.draw_text(rect, @actor.calc_mp_cost(skill), 2) Share this post Link to post Share on other sites
violentpurge09 0 Report post Posted April 24, 2011 comment out line 58 in Window_Skill # self.contents.draw_text(rect, @actor.calc_mp_cost(skill), 2) Thank you Share this post Link to post Share on other sites