Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------------
- -- Area: Windurst Woods
- -- NPC: Funtrox
- -- Type: Gobbie Mystery Box Vendor
- -- @zone 241
- -- @pos -33 -3 61
- --
- -- See: http://ffxiclopedia.wikia.com/wiki/Funtrox
- -----------------------------------
- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
- -----------------------------------
- -----------------------------------
- -- onTrade Action
- -----------------------------------
- function onTrade(player,npc,trade)
- end;
- -----------------------------------
- -- onTrigger Action
- -----------------------------------
- function onTrigger(player,npc)
- player:PrintToPlayer("Funtrox : Bugger off! I'm busy.");
- player.PrintToPlayer("Funtrox : And stay away from my treasure!");
- end;
- -----------------------------------
- -- onEventUpdate
- -----------------------------------
- function onEventUpdate(player,csid,option)
- -- printf("CSID: %u",csid);
- -- printf("RESULT: %u",option);
- end;
- -----------------------------------
- -- onEventFinish
- -----------------------------------
- function onEventFinish(player,csid,option)
- -- printf("CSID: %u",csid);
- -- printf("RESULT: %u",option);
- end;
Advertisement
Add Comment
Please, Sign In to add comment