1
Help / External variables
« on: September 15, 2023, 05:23:20 PM »
Hello Pieter, I stored a variable in collection\settings.conf or collection\info.com like this.
var = 400
With this code can print on the screen.
<reloadableText type="var" x="500" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>
But can't use to change the position (yes, this will never work).
<reloadableText type="collectionIndexSize" x="var" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>
Is there another way to do it?
Thanks.
var = 400
With this code can print on the screen.
<reloadableText type="var" x="500" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>
But can't use to change the position (yes, this will never work).
<reloadableText type="collectionIndexSize" x="var" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>
Is there another way to do it?
Thanks.