Is it possible to use sequential ship names? I've been trying to get it to work for a custom name list but so far I've had no luck. Am I just being a dummy or can ships not use sequential names?
You can. It's just a bit complicated. Check out the STNH mod's "NCC" registries.
It's an effect.Hmm. I can't seem to find anything in the namelists themselves. What am I looking for?
#NCC number setting on ship build
ship_event = {
id = STH_onaction.800
hide_window = yes
is_triggered_only = yes
trigger = {
exists = owner
owner = { starfleet_empire = yes }
}
immediate = {
owner = { change_variable = { which = "builtShips" value = 1 } }
set_name = "NCC_SHIP_NAME"
}
}
NCC_SHIP_NAME:0 "[This.GetName] NCC-[Owner.builtShips]"