• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

ShowTip without Localization?

ThunderSn1per

New member
Is this possible? When using the below code in XML it takes the value an appends '_title' to the end, how can I add this without creating a localization file? As you can see, I've tried a few things and nothing works. So the title simply reads: 'This is the actual value_title'

<action type="ShowTip" subtitle="test title" value="This is the actual value">
                <property name="Title" value="t1"/>
                <property name="title" value="t2"/>
                <property name="_title" value="t2_"/>
                <property name="Subtitle" value="t3"/>
                <property name="subtitle" value="t4"/>
</action>

 
Back
Top