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

byzrus1399

Corporal
109 Badges
Dec 15, 2010
32
38
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Jade Dragon
  • Tyranny - Tales from the Tiers
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Mare Nostrum
  • Magicka 2
  • Pillars of Eternity
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Sword of the Stars II
  • Sword of the Stars
  • Sengoku
  • Semper Fi
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Magicka
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Legacy of Rome
  • Divine Wind
  • Europa Universalis III Complete
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Darkest Hour
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Heir to the Throne
  • Europa Universalis IV: Golden Century
  • Stellaris: Lithoids
  • Crusader Kings II: Holy Fury
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Europa Universalis IV: Dharma
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
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
}
}
}
}