QUOTE (Night_Runner @ Nov 3 2011, 08:39 AM)

I just tested the code in a blank project and there was no problems with that line (or any line actually).
Would you be able to show me the first 13 lines of code, as it is in your version?
CODE
#==============================================================================
# ** Game_Party implementation
# Name: Item Memorization for Party/Individual Actors
# By: BigEd781
# Version: 1.2
#
# Date: 2008.08.29
#------------------------------------------------------------------------------
# aliased methods : initialize
#==============================================================================
class Game_Party
  alias :biged_old_init :initialize
  def initialize
If there's anything I should be removing, let me know. All I really added was the name of the script, who made it and when, and the version that's out (I don't think that really matters tho...) So from the line that reads: Name... down to Date... were added by me. I just felt like giving credit lol Perhaps I could just move that part to the end of the script? Also, everything else is untouched. Thanks for the quick help

EDIT: I figured it out lol sorry out that.
This post has been edited by Anon4907: Nov 3 2011, 08:05 PM