added better hint as to where to add trades
This commit is contained in:
parent
26fb546bf7
commit
ae5107b1ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user