Tom_Neverwinter

Cadwyn FFXI

Jul 4th, 2022 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. -----------------------------------
  2. -- Area: Chocobo_Circuit
  3. -- NPC: Cadwyn
  4. -- Standard Info NPC
  5. -- !pos 28.9771 0.8720 90.3160 234
  6. -----------------------------------
  7.  
  8. local entity = {}
  9.  
  10. entity.onTrade = function(player, npc, trade)
  11. end
  12.  
  13. entity.onTrigger = function(player, npc)
  14. player:startEvent(342)
  15. end
  16.  
  17. entity.onEventUpdate = function(player, csid, option)
  18. end
  19.  
  20. entity.onEventFinish = function(player, csid, option)
  21. end
  22.  
  23. return entity
Add Comment
Please, Sign In to add comment