poiuyqwert / PyMS

Broodwar Modding Suite
48 stars 19 forks source link

PyAI: Unreachable code warning has incorrect wording #82

Closed poiuyqwert closed 6 years ago

poiuyqwert commented 6 years ago

source

In case source image expires:

Te7s(1059, 111, aiscript):
  start_campaign()
  start_areatown()
  default_min(100)
  wait(1)

  build(1, hatchery, 80)
  wait_build(1, hatchery)
  try_townpoint(2, normal)
  random_jump(126, advanced)
  goto(ultimate)
  wait(1)

  --normal--
  wait(1)
  --advanced--
  wait(1)
  --ultimate--
  wait(1)
  stop()