I have this code:
I want to do stuff for everybody in the world. In the mod I'm contributing this doesn´t fire for all realm characters. Well, the question is that if this code will do stuff to all rulers or there is some limitation (for example I thought of rulers in a bid for independence). I want to check if this is something mod related or vanilla related. Any help would be really appreciated.
Code:
any_independent_ruler = {
any_realm_character = {
#do stuff
}
}
I want to do stuff for everybody in the world. In the mod I'm contributing this doesn´t fire for all realm characters. Well, the question is that if this code will do stuff to all rulers or there is some limitation (for example I thought of rulers in a bid for independence). I want to check if this is something mod related or vanilla related. Any help would be really appreciated.