class Game_Timer def update if @working && !$game_message.visible && @count > 0 @count -= 1 on_expire if @count == 0 end end end
QQ蚊子湯 发表于 2017-8-23 14:21
可以在計時器更新的地方加入一個是否顯示訊息中的判定
class Game_Timer
def update
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |