以下引用lijiayan317于2009-3-19 10:17:46的发言:
咱是个脚本盲啊
以下引用redant于2009-3-19 10:08:49的发言:
class Interpreter
#--------------------------------------------------------------------------
# ● 战斗处理
#--------------------------------------------------------------------------
def command_301
# 如果不是无效的队伍
if $data_troops[@parameters[0]] != nil
# 设置中断战斗标志
$game_temp.battle_abort = true
# 设置战斗调用标志
$game_temp.battle_calling = true unless $DEBUG
$game_temp.battle_troop_id = @parameters[0]
$game_temp.battle_can_escape = @parameters[1]
$game_temp.battle_can_lose = @parameters[2]
# 设置返回调用
current_indent = @list[@index].indent
$game_temp.battle_proc = Proc.new { |n| @branch[current_indent] = n }
$battle_result = 0
...
请善用搜索功能和查看置顶帖
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |