Commit Graph

21 Commits

Author SHA1 Message Date
Sokomine
b371f15801 supported "at least" for accepting items 2025-06-08 16:33:44 +02:00
Sokomine
710c8e1928 fixed bug with empty list in ipairs issue #8378 2025-04-05 17:48:49 +02:00
Sokomine
3eab65d2ee added entity_type precondition to readme.md 2024-02-17 19:52:39 +01:00
Sokomine
4cfab4c1d8 created yl_speak_up.apply_autoanswer_and_random_and_d_got_item and adjusted yl_speak_up.calculate_displayable_options; created edit_mode.lua for overrides 2024-02-02 18:58:03 +01:00
Sokomine
7a98d0c44f added quest_step_possible check in preconditions 2023-08-06 02:56:05 +02:00
Sokomine
5fd501187d added special d_trade dialog; efects based on preconditions can now be executed before showing the trade_list 2022-10-28 13:30:19 +02:00
Sokomine
e842960830 added yl_speak_up.get_one_npc_property; added yl_speak_up.get_npc_properties_long_version for easier access to properties 2022-09-04 06:12:41 +02:00
Sokomine
dae9e308b4 finished implementation of precondition "evaluate" 2022-07-27 01:05:47 +02:00
Sokomine
fdc4464fd2 removed deprecated precondition "custom" - use "evaluate" instead 2022-07-25 19:09:20 +02:00
Sokomine
9bbd3e943c added some selections for precondition 'evaluate' 2022-06-27 00:00:08 +02:00
Sokomine
4612576cfc implemented precondition 'property' and prepared precondition 'evaluate' 2022-06-19 02:49:25 +02:00
Sokomine
e803837259 added preconditions true and false 2022-05-06 17:29:28 +02:00
Sokomine
282ae84c81 npc privs have to match for the npc or for the generic npc who provides a functionality 2022-04-22 03:18:49 +02:00
Sokomine
ed17ea34fd introduced privs for npc 2022-04-16 22:05:35 +02:00
Sokomine
75cc01904e added operator 'is true/false when called with parameter:' 2022-01-17 03:42:15 +01:00
Sokomine
039d17c8d7 moved custom precondition functions to custrom_functions_you_can_override.lua 2022-01-17 03:27:09 +01:00
Sokomine
eeb4d3da5d removed debug line 2022-01-17 03:08:29 +01:00
Sokomine
04b89c2e5e added yl_speak_up.custom_server_functions.precondition_descriptions and *.precondition_eval 2022-01-17 03:07:45 +01:00
Sokomine
9a89c678f0 moved yl_speak_up.precondition_check_variable to exec_eval_* 2022-01-05 21:55:31 +01:00
Sokomine
7b8e7f7322 made check_variable accessible for excec_eval_preconditions.lua 2022-01-05 19:17:59 +01:00
Sokomine
9039fe08b9 split up fs_edit_preconditions into fs_edit and exec_eval_ 2022-01-05 19:07:23 +01:00