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

Wobpig

Second Lieutenant
10 Badges
Sep 5, 2017
176
0
  • Europa Universalis IV
  • Cities: Skylines
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Age of Wonders III
  • Cities: Skylines - Parklife
  • Prison Architect
  • Crusader Kings II
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
So I'm writing a test event to display an image. My code looks like this:

Code:
ship_event = {
    id = debug_mod.1
    title = "debug_mod.1.name"
    desc = "debug_mod.1.desc"
    picture = "GFX_evt_home"
    show_sound = event_ship_bridge
    location = FROM
   
    is_triggered_only = yes
   
    option = {
        name = REMARKABLE
    }
}

I can't get the event to show in the game. Anyone know what to do?
(PS, I'm using console commands)