Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------------
- -- Area: Windurst Woods
- -- NPC: Bwi Kaghonsa
- -- General Info NPC
- -- !pos 120.8896 -5.0000 -121.2020
- -----------------------------------
- local entity = {}
- entity.onTrade = function(player, npc, trade)
- end
- entity.onTrigger = function(player, npc)
- player:startEvent(774)
- -- Player:startEvent(773) -- chocobo dig game
- -- player:startEvent(772) -- play the chocobo game
- -- player:startEvent(771) -- rules for choc game:
- -- player:startEvent(770) -- cant give more greens
- end
- entity.onEventUpdate = function(player, csid, option)
- end
- entity.onEventFinish = function(player, csid, option)
- end
- return entity
Advertisement
Add Comment
Please, Sign In to add comment