Integrity
I have verified my game files (on Steam)
YesI have disabled all mods
YesRequired
Summary
Custom tooltips of scripted functions are not workingDescription
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.2OS
WindowsAdditional
Bug Type
- Other
Attachments
Screenshot
Last edited:
Upvote
0