• 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.

unmerged(52146)

Corporal
Dec 27, 2005
33
0
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.
 
This is the event

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
 
Instead of extra_text, put your event text in a new file called "modtext.csv" in the same folder, then test it again