hendra814

IM shop

Aug 22nd, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 13.63 KB | None | 0 0
  1. //===== Athena Script ========================================
  2. //= Shopping Mall Script by Yuki
  3. //===== By: ==================================================
  4. //= Yuki (HatsukoiRO)
  5. //===== Current Version: =====================================
  6. //= 2.0
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version
  9. //===== Description: =========================================
  10. //= Shopping Mall cointaining most item except cards
  11. //===== Additional Comments: =================================
  12. //= Please include me in the credits if you edited this mall
  13. //============================================================
  14.  
  15. //The Shops//The Warper to Mall
  16.  
  17. prontera,157,180,3  script  Mall Warper 902,{
  18.     shop:   warp "quiz_02" ,337,74;
  19. }  
  20.  
  21. //The Exit to Prontera
  22.  
  23. quiz_02,335,74,5    script  Exit    902,{
  24.     warp "prontera" ,155,176;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment