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

lemmy101

Second Lieutenant
88 Badges
Apr 15, 2011
147
7
  • Crusader Kings II: Holy Knight (pre-order)
  • Age of Wonders II
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sengoku
  • Victoria 2: A House Divided
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines Deluxe Edition
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Pre-order
  • Stellaris: Synthetic Dawn
  • Cities: Skylines - After Dark
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Rights of Man
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron III
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Heir to the Throne
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Europa Universalis III Complete
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Conclave
  • Victoria 2
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV
  • Europa Universalis 4: Emperor
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: El Dorado
Anyone know what this means in the script files? What's the point of a tooltip that's hidden? It seems like the script inside it does stuff to the game and doesn't just show information. It confuses me!
 
Everything scripted within the "hidden_tooltip" scope will be triggered normally by the game, but not shown in the tooltip.

This can be necessary for some intrigue events, for example assassination events. They trigger another events for the attacker, but if the target could see this effect ("<character name> receives an event"), he would know who sent the assassin.
Another thing are long event chains where several events are triggered in a row, but the player doesn't need to know about that (because it are just flavor events), so the additional tooltip info could be confusing.

There is also an opposite command, called "tooltip":
Everything that is added in there will be shown in the tooltip, but not actually executed. This is useful if the actual effects of an eventchain are applied by an event from another character. For example, your character triggers the event that boosts relations with a courtier, but the opinion modifer from this event chain is not it is applied by an event from the courtier. Normally, the player could not see the final result, but with "tooltip", you can add a fake tooltip entry that shows the exact outcome.
 
Last edited: