他人の空似自作物置場

th135_ai.zip/main.rb


Th135Data.player_swap = false
Th135Character.new(:reimu)
.color(2)
.equip(7, 7, 7, 7, 7, 7, 7, 7)
.set

def main
  flag = 0
  while true do
    if (Th135Data.target_player.x - 70 <= Th135Data.current_player.x &&
        Th135Data.current_player.x <= Th135Data.target_player.x + 70)
      command("A");
    end
    Keybd.press_front
    sleep
  end
end