Ok banging my head on this one, hope i'm just missing something stupid. I want to do a check to see if a particular ship class exists within a fleet. I thought i could do it this way:
This is getting called from on_daily_bombardment so FROM is listed as "From = Fleet performing the delicate bombardment." However this isn't working at all. So... HELP?
Code:
FROM = { any_ship = { is_ship_class = shipclass_i_want_to_check } }
This is getting called from on_daily_bombardment so FROM is listed as "From = Fleet performing the delicate bombardment." However this isn't working at all. So... HELP?