Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JuanMi73

Pages: [1]
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.

Pages: [1]