Yes, he get Arkahen Arkah after I finished pan-caucasus Hayasdan reform long ago.
When I finished pan-caucasus Hayasdan reform, Isaac was spawned around Armavir and then after a turn, my faction leader get Arkahen Arkah.
so, from the EBBS script,
-------------------------------------------------------------------
;; Check Susa for gov1, if true set counter 2.
monitor_event SettlementTurnStart SettlementName Susa
and I_LocalFaction romans_scipii
and SettlementIsLocal
and SettlementBuildingExists = gov1
and I_CompareCounter PR_Appendix1 = 1
spawn_character slave Isaac, diplomat, command 0, influence 0, management 0, subterfuge 0, age 63, , x 229, y 144
;console_command give_ancillary "Isaac" ShahanshahAncillary
set_counter PR_Appendix1 2
end_monitor
;; Check Persepolis for gov1, if true set counter 2.
monitor_event SettlementTurnStart SettlementName Persepolis
and I_LocalFaction romans_scipii
and SettlementIsLocal
and SettlementBuildingExists = gov1
and I_CompareCounter PR_Appendix1 = 1
spawn_character slave Isaac, diplomat, command 0, influence 0, management 0, subterfuge 0, age 63, , x 229, y 144
;console_command give_ancillary "Isaac" ShahanshahAncillary
set_counter PR_Appendix1 2
end_monitor
;; Check counter, if 3 kill diplomat and set counter 4
monitor_event FactionTurnEnd FactionType romans_julii
and I_LocalFaction romans_scipii
and I_CompareCounter PR_Appendix1 = 2
console_command kill_character Isaac
set_counter PR_Appendix1 3
end_monitor
-------------------------------------------------------------------------
After I built Gov1 in Susa and Persepolis, (I can build Gov1 at Susa and Persepolis after I finished PERSIAFULL in 6 regions) Isaac should be spawned around Armavir and give the Faction Leader the trait of Shahan Shah.
But, I am waiting for him to be spawned and give the title Shahan Shah to my faction leader,but until now he don't appear.
Am I missing something?
Bookmarks