This character is in english.txt
His full name is given as a forename, which is wrong.
It should be like this.
Code:
129066 = {
name="Robert FitzRalph"
religion="catholic"
culture="english"
1127.1.1 = {
birth="1127.1.1"
}
1193.6.27 = {
death="1193.6.27"
}
}
His full name is given as a forename, which is wrong.
Code:
129066 = {
name=[COLOR="#FF8C00"]"Robert" # FitzRalph[/COLOR]
religion="catholic"
culture="english"
1127.1.1 = {
birth="1127.1.1"
}
1193.6.27 = {
death="1193.6.27"
}
}
It should be like this.
Upvote
0