From ae5107b1ea1260f47001da8839431f4ea9b77e12 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Wed, 2 Jun 2021 01:02:22 +0200 Subject: [PATCH] added better hint as to where to add trades --- functions.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index c97401a..f9d2111 100644 --- a/functions.lua +++ b/functions.lua @@ -1508,7 +1508,8 @@ yl_speak_up.get_fs_talkdialog = function(player, n_id, d_id) table.insert(formspec, "tooltip[show_inventory;Access and manage the inventory of the NPC. ".. "This is used for adding trade items, getting collected payments and managing ".. "quest items.]") - table.insert(formspec, "label[0.7,"..(h+0.45)..";I am your owner. Show me your inventory!]") + table.insert(formspec, "label[0.7,"..(h+0.45)..";I am your owner. Show me your inventory! ".. + "If you're lucky, I might add some trades.]") -- chat option: Mute/Unmute NPC h = h + 1