First the good news, I figured out why the plots I've been building for my Enhanced Plot Mod haven't been working and it is because when I reference the event via name it fails. If I reference it by ID it works. So I've been merrily building plots since and I'll be uploading the new working version probably sometime tomorrow.
But this is for Paradox, is the namespace thing working and I'm using it wrong or is it not working when user-defined?
For example, my latest mod has "set_character_flag = was_ambushed_by_plot", the corresponding event had "has_character_flag = was_ambushed_by_plot". The even would not fire (I tested this by changing the set to "was_murdered_by_plot" and voila it fired.
Thanks! It is ok if they don't work, I don't mind using IDs, I'm mainly want to know if maybe I'm doing something wrong.
But this is for Paradox, is the namespace thing working and I'm using it wrong or is it not working when user-defined?
For example, my latest mod has "set_character_flag = was_ambushed_by_plot", the corresponding event had "has_character_flag = was_ambushed_by_plot". The even would not fire (I tested this by changing the set to "was_murdered_by_plot" and voila it fired.
Thanks! It is ok if they don't work, I don't mind using IDs, I'm mainly want to know if maybe I'm doing something wrong.