Well, I'd just like to know if anybody else experienced this... \V[] sometimes displays wrong data for me...
sample code:
p $var.to_s$game_variables[1] = $varp $game_variables[1].to_sthen call Text Message with something like "You have \V[1]"let's say $var is 1
both p calls print out 1, but the game message shows 3
And it only happens when I use Variable number 1, if I use any other variable, it works completely fine...
example: this works completely fine
sample code:
p $var.to_s$game_variables[3] = $varp $game_variables[3].to_sthen call Text Message with something like "You have \V[3]"So it's weird, really... and I don't even have any other script or whatsoever that modifies game variable 1