#--------------------------------------------------------------------------
# ● 判断接触事件启动
#--------------------------------------------------------------------------
def check_event_trigger_touch(x, y)
return if $game_map.interpreter.running?
if @trigger == 2 and $game_player.pos?(x, y)
start if not jumping? and @priority_type == 1
end
end