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

LogicSequence

Lightwave Alien
25 Badges
Sep 25, 2006
452
11
  • Stellaris: Humanoids Species Pack
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Stellaris: Federations
  • Age of Wonders: Planetfall - Revelations
  • Stellaris: Lithoids
  • Age of Wonders: Planetfall
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Ancient Space
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris
  • Cities: Skylines - After Dark
  • Cities: Skylines
  • Magicka
  • Crusader Kings II
Is there something wrong with the on_building_repaired action? For the life of me i cannot get an event triggered from it to work. It's very frustrating. I've tried the simplest event possible and it won't work:

Code:
# This = Planet
# From = Tile
planet_event = {
    id = building_repaired.1
    hide_window = no
    is_triggered_only = yes
    title = "Building Repaired"
    desc = "A Building Has Been Repaired"
  
    trigger = {
        this = { owner = { has_country_flag = flag_check } }
    }
  
    option = { name = "ok" }
}
 
  • 1
Reactions: