• 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.

Torredebelem

General
11 Badges
Feb 17, 2020
2.288
6.222
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Semper Fi
  • Europa Universalis IV: Common Sense
  • Stellaris
  • Knights of Honor
  • Crusader Kings III
  • Crusader Kings II

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

Yes

Required​

Summary​

Custom tooltips of scripted functions are not working

Description​

Some scripted functions don't display tooltips, for instance 'can_reduce_inflation'. It is verified that 'can_increase_stability' is working, however.

Steps to reproduce​

Code a trigger in a scripted function, for instance try to mod 'can_reduce_inflation'. Inside the condition section insert a tooltip and define it in a loc file. Check that it doesn't show up when you verified the coded condition. Example:

can_reduce_inflation = {
condition = {
tooltip = "CANNOT_REDUCE_INFLATION"
potential = {
}
allow = {
OR = {
ai = yes
ADM = 2
}
}
}
}

Game Version​

1.36.2

OS​

Windows

Additional​

Bug Type​

  • Other

Attachments​



Screenshot​



 
Last edited:
Upvote 0