02-16-2010, 05:21 AM 
	
	
	
		Wow, good job Enterbrain, VX's control variable thing is busted. >_>;
Let's see... Line 840 of Game_Interpreter:
...yeaaaaah. >_>
Just change that to
And it should work for you.
	
	
	
	
	
Let's see... Line 840 of Game_Interpreter:
Code:
when 3  # Mul
  $game_variables[i] = valueJust change that to
Code:
when 3  # Mul
  $game_variables[i] *= value
 
 

 

