Jump to content

Designated Heir Problem


anona mouse

Recommended Posts

Posted

I sometimes get errors that look like that  (when im coding not using any mods mentioned) when I leave comment un hashed so the games trying to read it and it screws things up

allow = {
	From = { 
		is_liege_or_above_of = root	  	#must same realm and above them
		or = {
			and = {      			   #people too nice cant do this
				trait = shy
				trait = humble
				trait = kind
			}
			and = {
				trait = feeble 
				trait = weak
			} 					people too weak to fight cant do this
			trait = on_pilgrimage
			trait = in_hiding
		}	
	} 									#end FROM
	Root = { 
		is_married = no
		is_consort = no 
	}
}

see where Ive written people too weak, but forgot to #hash# it out? That makes my tooltips error like your screen shot where the game cant fully parse the code until the next complete bracket closure. Just putting it out there.

Posted

The title requires one of two scripted_triggers that were introduced in Holy Fury. Sounds like you still have a mod active that overwrites the vanilla scripted_triggers file but hasn't been updated for 3.0

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...