Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Scripting I think
#5
Whenever you see a block of code in a 'class', it is referred to as a method.
Code:
class My_Example
  def my_method(variable)
    statement in the method
    statement in the method
    statement in the method
  end
end

You showed the initialize method in Game_Event. It calls forth the moveto method as it should.

So, I have a couple questions. Are you using a new script? Are you directly editing the scripts in your project? and Did you delete/change the moveto method in Game_Event?
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 92,010 03-18-2019, 06:46 AM
Last Post: Siletrea
   Scripting in VX vs VX Ace Miharu 5 8,260 02-21-2015, 10:10 AM
Last Post: Taylor
   Combat animations via scripting; How? ZeroSum 2 4,605 09-20-2013, 06:58 PM
Last Post: ZeroSum
   Beginner Scripting Tuts? KDawg08 1 3,713 03-31-2010, 11:03 PM
Last Post: Hsia_Nu



Users browsing this thread: