Jump to content
  • 0

Adjustment value doubles every 5 twangs


salim_000

Question

Posted

Hello friends, how do I modify a value that increases every 5 twains? This means that even if I stop the game from applying, the value increases, I cannot search for it. It doubles every 5 twains. The search must be completed in less than 5 twains. 

2 answers to this question

Recommended Posts

Posted

[ @salim_000 ]
---
While performing search, you need to freeze the game. Go enable "Autopause Game" feature to "Yes". Or using a script:

gg.processPause()
gg.searchNumber(12, gg.TYPE_FLOAT)
gg.processResume()

---

Posted

what does twains mean ? i would understand better if you said like every 5 minute/sec/days etc...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.