moved edit_mode comment to editor/

This commit is contained in:
Sokomine 2024-02-07 20:30:50 +01:00
parent 596d521345
commit e33e1326fd
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,14 @@
-- if player has npc_talk_owner priv AND is owner of this particular npc:
-- chat option: "I am your owner. I have new orders for you.
-- -> enters edit mode
-- when edit_mode has been enabled, the following chat options are added to the options:
-- chat option: "Add new answer/option to this dialog."
-- -> adds a new aswer/option
-- chat option: "That was all. I'm finished with giving you new orders. Remember them!"
-- -> ends edit mode
-- (happens in fs/fs_talkdialog_in_edit_mode.lua)
-- is the player in edit mode?
yl_speak_up.in_edit_mode = function(pname)
return pname

View File

@ -1,13 +1,3 @@
-- if player has npc_talk_owner priv AND is owner of this particular npc:
-- chat option: "I am your owner. I have new orders for you.
-- -> enters edit mode
-- when edit_mode has been enabled, the following chat options are added to the options:
-- chat option: "Add new answer/option to this dialog."
-- -> adds a new aswer/option
-- chat option: "That was all. I'm finished with giving you new orders. Remember them!"
-- -> ends edit mode
--
--###
-- Init
--###