-
Posts
1,721 -
Joined
-
Last visited
-
Days Won
109
Community Answers
-
MonkeySAN's post in Set the value too high accidentally now the value is shown as NaN was marked as the answer
Great.
now refine to value 13 and put all of it into the savelist.
in the savelist, select all then tap that button(red arrow) :
which bring this menu then select the option(in red box) :
fill it as shown below then OK :
-
MonkeySAN's post in gg.copyText() not copying spaces ..? was marked as the answer
try this..
... gg.copyText(printRes,false)
-
MonkeySAN's post in How to check game guardian version in script? was marked as the answer
you can try this
if gg.VERSION < "101.1" then gg.alert("Please use the latest version of GameGuardian.") os.exit() end or this.
if gg.VERSION == "101.1" then else gg.alert('Please use GameGuardian version 101.1') os.exit() end