Advertisement
hlmbugle

Untitled

Jul 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. -----------------------------------
  2. --
  3. -- Zone: The_Ashu_Talif
  4. --
  5. -----------------------------------
  6.  
  7. require("scripts/globals/settings");
  8. package.loaded["scripts/zones/The_Ashu_Talif/TextIDs"] = nil;
  9. require("scripts/zones/The_Ashu_Talif/TextIDs");
  10.  
  11. -----------------------------------
  12. -- onInitialize
  13. -----------------------------------
  14.  
  15. function onInitialize(zone)
  16. end;
  17.  
  18. -----------------------------------
  19. -- onZoneIn
  20. -----------------------------------
  21.  
  22. function onZoneIn(player,prevZone)
  23. cs = -1;
  24.  
  25. return cs;
  26. end;
  27.  
  28. -----------------------------------
  29. -- onRegionEnter
  30. -----------------------------------
  31.  
  32. function onRegionEnter(player,region)
  33. end;
  34.  
  35. -----------------------------------
  36. -- onEventUpdate
  37. -----------------------------------
  38.  
  39. function onEventUpdate(player,csid,option)
  40. --printf("CSID: %u",csid);
  41. --printf("RESULT: %u",option);
  42. end;
  43.  
  44. -----------------------------------
  45. -- onEventFinish
  46. -----------------------------------
  47.  
  48. function onEventFinish(player,csid,option)
  49. --printf("CSID: %u",csid);
  50. --printf("RESULT: %u",option);
  51. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement