Killing yourself would be unadvisable.
Well, we probably have different versions of the script since the line number I have for that is quite different, but try finding the following lines:
class Scene_Battle < Scene_Base
def apply_custom_cost(battler, skill)
Change the first line to class Scene_Base instead, so:
class Scene_Base
def apply_custom_cost (battler, skill)