Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiplication with variables
#2
Wow, good job Enterbrain, VX's control variable thing is busted. >_>;
Let's see... Line 840 of Game_Interpreter:
Code:
when 3  # Mul
  $game_variables[i] = value
...yeaaaaah. >_>
Just change that to
Code:
when 3  # Mul
  $game_variables[i] *= value
And it should work for you.
Reply }


Messages In This Thread
multiplication with variables - by zubin73 - 02-16-2010, 05:04 AM
[Resolved] multiplication with variables - by Jaberwocky - 02-16-2010, 05:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  RPGMXP - Issue with variables (that most likely can be solved using scripts) DPhoenix29 4 9,140 01-23-2012, 06:06 AM
Last Post: DPhoenix29



Users browsing this thread: