We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
I made a new event for child education, and it is great and when i try it in the game it works but it says unknown string or something like that but i putted the event in the extra_text file. I don't know whats wrong please help.
character_event = { # How should the nobles raise the child?
id = 10000
picture = "event_education"
action_a = { # Teach the child to be a selfish merchant
effect = { type = ruler_gold scale = -0.15 }
effect = { type = trigger for = this value = 10001 }
}
action_b = { # Teach the child to be a brave knight
effect = { type = ruler_gold scale = -0.15 }
effect = { type = trigger for = this value = 10002 }
}
action_c = { # Teach the child to be a wise negotiator
effect = { type = ruler_gold scale = -0.15 }
effect = { type = trigger for = this value = 10003 }
}
action_d = { # Teach the child to be a deceithful plotter
effect = { type = ruler_gold scale = -0.15 }
effect = { type = trigger for = this value = 10004 }
}
}
This is from the extra_text file, I didn't know other languages so I
wrote them in english again
EVT_10000_NAME;How should the nobles raise the child?;How should the nobles raise the child?;How should the nobles raise the child?How should the nobles raise the child?;How should the nobles raise the child?;;;;;;;;;X
ACTIONNAME10000A;Teach the child to be a selfish merchant;Teach the child to be a selfish merchant;Teach the child to be a selfish merchant;ˇTeach the child to be a selfish merchant;Teach the child to be a selfish merchant;;;;;;;;;X
ACTIONNAME10000B;Teach the child to be a brave knight;Teach the child to be a brave knight;Teach the child to be a brave knight;ˇTeach the child to be a brave knight;Teach the child to be a brave knight;;;;;;;;;X
ACTIONNAME10000C;Teach the child to be a wise negotiator;Teach the child to be a wise negotiator;Teach the child to be a wise negotiator;ˇTeach the child to be a wise negotiator;Teach the child to be a wise negotiator;;;;;;;;;X
ACTIONNAME10000D;Teach the child to be a deceithful plotter;Teach the child to be a deceithful plotter;Teach the child to be a deceithful plotter;ˇTeach the child to be a deceithful plotter;Teach the child to be a deceithful plotter;;;;;;;;;X