def command_355
# script 设置第一行
script = @list[@index].parameters[0] + "\n"
# 循环
loop do
# 下一个事件指令在脚本 2 行以上的情况下
if @list[@index+1].code == 655 or @list[@index+1].code == 355
# 添加到 script 2 行以后
script += @list[@index+1].parameters[0] + "\n"
# 事件指令不在脚本 2 行以上的情况下
else
# 中断循环
break
end
# 推进索引
[url=home.php?mod=space&uid=370741]@Index[/url] += 1
end
# 评价
result = eval(script)
# 返回值为 false 的情况下
if result == false
# 结束
return false
end
# 继续
return true
end
end
def command_355
# script 设置第一行
script = @list[@index].parameters[0] + "\n"
# 循环
loop do
# 下一个事件指令在脚本 2 行以上的情况下
if @list[@index+1].code == 655 or @list[@index+1].code == 355
# 添加到 script 2 行以后
script += @list[@index+1].parameters[0] + "\n"
# 事件指令不在脚本 2 行以上的情况下
else
# 中断循环
break
end
# 推进索引
[url=home.php?mod=space&uid=370741]@Index[/url] += 1
end
# 评价
result = eval(script)
# 返回值为 false 的情况下
if result == false
# 结束
return false
end
# 继续
return true
end
end