开始地图里的那段脚本:
$game_actors[$game_variables[1]+1].hp=1000
$game_actors[$game_variables[1]+1].str=10
$game_actors[$game_variables[1]+1].dex=10
$game_actors[$game_variables[1]+1].int=0
#勇士的生命、攻击、防御、魔防
#最大值999999,99999,99999,99999
的hp=1000
str=10
dex=10
int=0
的数字给改了就可以。。。