mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-07-30 01:05:49 +02:00
moved edit_mode comment to editor/
This commit is contained in:
parent
596d521345
commit
e33e1326fd
@ -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
|
||||
|
@ -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
|
||||
--###
|
||||
|
Loading…
Reference in New Issue
Block a user