• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(122458)

Corporal
7 Badges
Nov 3, 2008
25
0
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Deus Vult
  • Europa Universalis III: Chronicles
  • Hearts of Iron III Collection
  • Victoria: Revolutions
  • Sengoku
Hello.

I tried to make events,and had some questions.

I want to ask:

1.The code of "war = someone" works? (seems not)
2.In "history/war", the code rem_attacker(defender) works? (this makes sequential bookmarks impossible)
3.Why no peace effect?
4.Why no any(random)_clanleader? (same as any_country, any_character&is_clanleader way is ridiculous)
5.How do i make character_num as scope? (ex. character_3 not c_uji)
6.How do i make province_num/province_name as scope? (ex. kori_216/kurita)
7.Does DEFAULT_BASE_TAX in defines.lua works?

Thenk you for your kindness.
 
Hello.

I tried to make events,and had some questions.

I want to ask:

1.The code of "war = someone" works? (seems not)

I believe it is war_with = X
 
Thank you Cpt.Gars.

You mean checking the Scope's is war with X or not?

I meant "effects" not as "triggers" one.
It didn't work although I tried "war_with = X" as effect.
war ={ who = X }, A ={ b= { war = yes}} neither.

Can you tell me how to declear war on X in events, not to check war with X.

Thank you.