@Belidos, thanks for the info. The positioning of text as outlined above is Ok - I have that all working great - thanks.
The issue I am having is correct formatting for displaying values as text.
For example:
This displays the values for Health and Lives:
Text(89,94.5,6,g_PlayerHealth) -- current health value
TextColor(92,85.6,5,g_PlayerLives,19,65,170) -- lives
However these two lines throw errors:
Text(92,94.5,6,initialhealth)-- initial health value
TextColor(20,85.6,6,g_WeaponAmmo,19,65,170)-- rounds
Also I think maybe I should be casting the values some how before using them as text....
Reliquia....
Intel(R) Core(TM) i3-4160 @ 3,60GHz. 8GB Ram. NVidia GeForce GTX 750. Acer 24" Monitors x 2 @ 1920 x 1080. Windows 10 Pro 64-bit.