参考,Interpreter 3
#--------------------------------------------------------------------------
# ● 等待
#--------------------------------------------------------------------------
def command_106
# 设置等待计数
@wait_count = @parameters[0] * 2
# 继续
return true
end
[0]里面是你要等待的帧数
[此贴子已经被作者于2005-6-29 14:01:53编辑过] |