Advertisement
Shanix

Untitled

Jan 4th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. country_event = {
  2. id = 999999 #the ID of event, can be called.
  3.  
  4. is_triggered_only = yes #will NOT fire automatically, must be called.
  5.  
  6. option = {
  7. name="Elass is not French!"
  8. any_owned = {
  9. limit = {
  10. is_core=GER
  11. is_core=FRA
  12. }
  13. remove_core = FRA #remove the French core
  14. }
  15. }
  16. }
  17.  
  18. country_event = {
  19. id = 999998
  20.  
  21. is_triggered_only = yes
  22.  
  23. option = {
  24. name="Germany is not French!"
  25. any_owned = {
  26. limit = {
  27. controlled_by=GER
  28. is_core=FRA
  29. }
  30. remove_core = FRA #remove the French core
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement