Commit Graph

17 Commits

Author SHA1 Message Date
Sokomine
4df6a56bf8 added quest_gui as custom action 2022-11-02 16:45:13 +01:00
Sokomine
ab0e9faf14 in custom functions that use variables: set the right prefix 2022-10-23 21:00:58 +02:00
Sokomine
d7f0abb841 stored input from text_input action in yl_speak_up.last_text_input[pname] and added function to examine that input as precondition of type evaluate 2022-10-15 18:50:39 +02:00
Sokomine
1a7184420a fixed typo 2022-09-04 06:16:08 +02:00
Sokomine
48e5af991c added code_input_handler for actions of type "evaluate" 2022-08-07 21:13:20 +02:00
Sokomine
77c05631eb removed obsolete action "custom" (use the new "evaluate" instead) 2022-08-07 20:49:09 +02:00
Sokomine
4dfa9f2ed3 added new action type "evaluate" similar to preconditions and effects 2022-08-07 20:06:04 +02:00
Sokomine
c79999ebf4 implemented some example custom functions 2022-08-02 22:19:31 +02:00
Sokomine
3882c6263e removed precondition operator true_for_param and false_for_param because that can be better handled by precondition evaluate 2022-08-02 18:22:17 +02:00
Sokomine
1e828a1792 minor bugfixes 2022-07-28 03:38:31 +02:00
Sokomine
7deca89a5d finished implementation of effect "evaluate" 2022-07-27 03:32:26 +02:00
Sokomine
dae9e308b4 finished implementation of precondition "evaluate" 2022-07-27 01:05:47 +02:00
Sokomine
073b9d4284 edit and store preconditions of type "evaluate" 2022-07-26 23:43:06 +02:00
Sokomine
fdc4464fd2 removed deprecated precondition "custom" - use "evaluate" instead 2022-07-25 19:09:20 +02:00
Sokomine
4c577280ac added handling of property changes through custom functions 2022-07-17 19:08:43 +02:00
Sokomine
9bbd3e943c added some selections for precondition 'evaluate' 2022-06-27 00:00:08 +02:00
Sokomine
58329d03a1 fixed typo in file name 2022-06-26 23:30:44 +02:00