Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Scripting I think
#8
Hey, spazfire. I got your demo. Wow... big.

Check the name of your Game_Character classes. I am afraid that you had inadvertently renamed the first one:
Code:
#==============================================================================
# ** Game_Character (part 1)
#------------------------------------------------------------------------------
#  This class deals with characters. It's used as a superclass for the
#  Game_Player and Game_Event classes.
#==============================================================================

class Shota
  #--------------------------------------------------------------------------
  # * Public Instance Variables
  #--------------------------------------------------------------------------
  attr_reader   :id                       # ID
  attr_reader   :x                        # map x-coordinate (logical)
See?

It just so happens that THIS class holds the moveto method you lost. Rename the class back to Game_Character and it should be fine
Reply }


Messages In This Thread
Scripting I think - by spazfire - 04-10-2010, 03:13 AM
Scripting I think - by afters - 04-10-2010, 03:38 AM
Scripting I think - by spazfire - 04-10-2010, 03:44 AM
Scripting I think - by spazfire - 04-11-2010, 02:13 AM
Scripting I think - by DerVVulfman - 04-11-2010, 03:43 AM
Scripting I think - by spazfire - 04-11-2010, 04:32 AM
Scripting I think - by Jaberwocky - 04-12-2010, 01:33 AM
Scripting I think - by DerVVulfman - 04-12-2010, 03:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   RGSS scripting dissections and explinations Siletrea 97 90,629 03-18-2019, 06:46 AM
Last Post: Siletrea
   Scripting in VX vs VX Ace Miharu 5 8,205 02-21-2015, 10:10 AM
Last Post: Taylor
   Combat animations via scripting; How? ZeroSum 2 4,568 09-20-2013, 06:58 PM
Last Post: ZeroSum
   Beginner Scripting Tuts? KDawg08 1 3,684 03-31-2010, 11:03 PM
Last Post: Hsia_Nu



Users browsing this thread: