Really appreciate all the help I'm getting, hope I'm not spaming this thread.
The caste system works now, so I wanted to create a decision that grants a religious head title. Sadly, it does't even show up ingame.
Code:desicions = { create_k_nasrani_east = { is_high_prio = yes potential = { is_playable = yes k_nasrani_east = { has_holder = no } } allow = { war = no piety = 1000 OR = { owns = 1119 # Kumacheri any_realm_lord = { owns = 1119 } } } effect = { prestige = 500 k_nasrani_west = { grant_title = ROOT copy_title_laws = ROOT } } } }
You wrote "decisions" wrong (as "desicions"). Otherwise everything seems fine to me.