ant_hell.txt 1.1 KB

123456789101112131415161718192021222324252627
  1. //===== Athena Script ========================================
  2. //= Ant Hell Warp Script
  3. //===== By: ==================================================
  4. //= Nana (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version
  9. //===== Description: =========================================
  10. //= Warp Points for Ant Hell
  11. //===== Additional Comments: =================================
  12. //= No Comment!
  13. //============================================================
  14. //= Ant Hell =================================================
  15. anthell01.gat,35,267,0 script ant001 45,1,1,{
  16. if( anthell==1) goto moc15;
  17. moc04: warp "moc_fild04.gat",213,327; break;
  18. moc15: warp "moc_fild15.gat",251,248; break;
  19. }
  20. anthell02.gat,171,169,0 script ant001 45,1,2,{
  21. if(!anthell==0) goto moc15;
  22. moc04: warp "moc_fild04.gat",213,327; break;
  23. moc15: warp "moc_fild15.gat",251,248; break;
  24. }
  25. anthell01.gat,253,32,0 warp ant01 2,1,anthell02.gat,34,263
  26. anthell02.gat,32,267,0 warp ant01-1 2,2,anthell01.gat,253,35