พอแก้แล้วจะทำให้ตันที่ ±∞
ไปที่ Interpreter 4 แล้วหาบรรทัดที่เขียนว่า...
[hide]
ไปที่ Interpreter 4 แล้วหาบรรทัดที่เขียนว่า...
[hide]
if $game_variables > 99999999
$game_variables = 99999999
end
# The lower limit check
if $game_variables < -99999999
$game_variables = -99999999
end
ลบทิ้ง(อยู่ประมาณแถวๆบรรทัด 161 - 167)[/hide][เทคนิค] การเก็บค่าในตัวแปรให้ไม่มีขีดจำกัด(ปกติจะได้แค่ ±99,999,999)