The remove_tributary command doesn't work if Horse Lords is not enabled - the tooltip shows up, but nothing happens. This is relevant because tributaries can still appear in a non-Horse Lords game if scripted in history.
For example, here's an event that removes a tributary's overlord:
The mod can be downloaded here.
Ingame, the tooltip is as expected:
However, after the event triggers, I'm still a tributary:
The event works fine with Horse Lords enabled.
For example, here's an event that removes a tributary's overlord:
Code:
namespace = "Test"
character_event = {
id = test.1
title = "EVTNAMETEST1"
desc = "EVTDESCTEST1"
picture = "GFX_evt_court"
is_triggered_only = yes
option = {
name = "EVTOPTATEST1"
suzerain = {
remove_tributary = ROOT
}
}
}
The mod can be downloaded here.
Ingame, the tooltip is as expected:
However, after the event triggers, I'm still a tributary:
The event works fine with Horse Lords enabled.
Upvote
0