So I'm writing a test event to display an image. My code looks like this:
I can't get the event to show in the game. Anyone know what to do?
(PS, I'm using console commands)
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)