ant_hell.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. //===== Athena Script ========================================
  2. //= Ant Hell Warp Script
  3. //===== By: ==================================================
  4. //= Nana (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.3
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version
  9. //===== Description: =========================================
  10. //= Warp Points for Ant Hell
  11. //===== Additional Comments: =================================
  12. //= 1.3 Changed var anthell to @anthell. Optimized [Lupus]
  13. //============================================================
  14. //= Ant Hell =================================================
  15. anthell01.gat,35,267,0 script ant001 45,1,1,{
  16. if(@anthell) {
  17. warp "moc_fild15.gat",251,248;
  18. } else {
  19. warp "moc_fild04.gat",213,327;
  20. }
  21. end;
  22. }
  23. anthell02.gat,171,169,0 script ant001 45,1,2,{
  24. if(@anthell) {
  25. warp "moc_fild04.gat",213,327;
  26. } else {
  27. warp "moc_fild15.gat",251,248;
  28. }
  29. end;
  30. }
  31. anthell01.gat,253,32,0 warp ant01 2,1,anthell02.gat,34,263
  32. anthell02.gat,32,267,0 warp ant01-1 2,2,anthell01.gat,253,35