Hi.
I'm trying to make a test event that transfers a specific artifact from one character to a specific character. It doesn't detect the artifact, does anyone know why? Event is below.
character_event = {
id = druchiieventnew.7
title = EVENT_DRUCHII_NEW_TITLE.6
desc = EVENT_DRUCHII_NEW_DESC.6
picture = GFX_evt_dragon
is_triggered_only = yes
immediate = {
limit = {
has_artifact = wyvern_mount
}
save_event_target_as = scoped_artifact
}
option = {
name = EVENT_DRUCHII_NEW_DESC.6.a
event_target:scoped_artifact = {
transfer_artifact = {
from = ROOT
to = 90101
}
}
}
}
I'm trying to make a test event that transfers a specific artifact from one character to a specific character. It doesn't detect the artifact, does anyone know why? Event is below.
character_event = {
id = druchiieventnew.7
title = EVENT_DRUCHII_NEW_TITLE.6
desc = EVENT_DRUCHII_NEW_DESC.6
picture = GFX_evt_dragon
is_triggered_only = yes
immediate = {
limit = {
has_artifact = wyvern_mount
}
save_event_target_as = scoped_artifact
}
option = {
name = EVENT_DRUCHII_NEW_DESC.6.a
event_target:scoped_artifact = {
transfer_artifact = {
from = ROOT
to = 90101
}
}
}
}