Advertisement
PaumCharmoso

newnews.txt

Feb 7th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. add_namespace = newnews
  2.  
  3. news_event = {
  4. id = newnews.1
  5. title = newnews.1.t
  6. desc = newnews.1.d
  7. picture = GFX_report_event_generic_funeral
  8.  
  9. major = yes
  10.  
  11. is_triggered_only = yes
  12.  
  13. option = {
  14. name = newnews.1.a
  15. trigger = { has_war_with = GER }
  16. }
  17.  
  18. option = {
  19. name = newnews.2.a #examples of multiple responses
  20. NOT = { has_war_with = GER }
  21. has_government = fascist
  22. }
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement