Haven't had much progress unfortunately, I'll keep at it whenever I have the spare time to devote. If anything comes of it I'll mention it.
- 1
Hi everyone, i would like to ask a favor. I want to make a personal mod with some new religion and i'm having trobles with the icons. Since in your fantastic mod you've done al lot of new religions, i would like to know if you have some tips.
Recipient of estate not having his name displayed correctly in the interaction menu.What error ?
Hmm...now i think i see.Recipient of estate not having his name displayed correctly in the interaction menu.
Yeah, it should be that dude's name to give the estate to.
Aardvark, what should I change in this line to fix this?
CONSIDER_MINOR_ESTATE;Consider the size of the estate that will be granted to §Y[This.GetTitledFirstName]§! (you will also have the opportunity to reconsider, if you wish).\n;;;;;;;;;x,,,,
Yeah, it should be that dude's name to give the estate to.
Aardvark, what should I change in this line to fix this?
CONSIDER_MINOR_ESTATE;Consider the size of the estate that will be granted to §Y[This.GetTitledFirstName]§! (you will also have the opportunity to reconsider, if you wish).\n;;;;;;;;;x,,,,
Just tested my suggestion above, but doesn't work for some *god forsaken* reason.
Hmmm..........either way, i tried From variants as well , but didn't seem to work either.That's because targeted decisions do not use Actor and Recipient, since those are hardcoded for use in hardcoded diplomatic interactions. Decisions simply use Root and From, same as in script, but with that particular capitalisation.