#--------------------------------------------------------------------------
# ● 取得战斗画面的 X 坐标
#--------------------------------------------------------------------------
def screen_x
# 返回计算后的队伍 X 坐标的排列顺序
if $game_switches[50]== on
return self.index*需要的数值 +80
if self.index != nil
return self.index * 160 + 80
else
return 0
end
end
直接插入脚本吗,可是会出错...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |