FilipeJF
New Member
- Joined
- Jan 9, 2012
- Messages
- 124
- Reaction score
- 4
I want to make my server in english and portuguese.
But, the problem is at npcsystem.lua:
I see at the top of modules.lua and only find it:
How can I put more talks (in case "sim" and "no" with the yes and no) into npc's?
But, the problem is at npcsystem.lua:
Code:
-- The word for accepting/declining an offer. CAN ONLY CONTAIN ONE FIELD! For more information look at the top of modules.lua
SHOP_YESWORD = {'yes', 'sim'}
SHOP_NOWORD = {'no', 'não'}
I see at the top of modules.lua and only find it:
Code:
-- Constants used to separate buying from selling.
SHOPMODULE_SELL_ITEM = 1
SHOPMODULE_BUY_ITEM = 2
SHOPMODULE_BUY_ITEM_CONTAINER = 3
How can I put more talks (in case "sim" and "no" with the yes and no) into npc's?