Jump to content

MonkeySAN

Contributor
  • Posts

    1,721
  • Joined

  • Last visited

  • Days Won

    109

Community Answers

  1. 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 :

     
  2. MonkeySAN's post in gg.copyText() not copying spaces ..? was marked as the answer   
    try this..
    ... gg.copyText(printRes,false)  
  3. 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  
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.