Hello,
I would like to script an alert that shows target info such as the version name AND uid AND other info.
And also enter my own 'text' all in the same alert. (Because targetinfo is not labeled)
So far I can do this:
about = gg.getTargetInfo()
gg.alert(about.versionName)
It works perfect, but how do I get more target info into the same alert, and how to enter my own 'text'?
What I would like to do for example:
ALERT
Version - (versionName)
UID - (uid)
In one alert message...
Sorry I just really hope this makes sense.
Thank you for your help and please explain like telling a beginner hahaha