|
Post by AnkuLua on Mar 31, 2024 0:31:30 GMT
From AnkuLua version 9.0.4, the setRewardAccount() functionwas added. The setRewardAccount() function is used to set up a reward system where 1/10th of the execution time is given as a license reward to the specified account when running scripts with AnkuLua Pro2. setRewardAccount("abc@gmail.com") -- change abc@gmail.com to your account Note: The following conditions must be met for the reward to occur: 1. The app running the script must not be a trial version of AnkuLua. 2. The reward account must be different from the account running the script. 3. The reward account must have available licenses. If the reward account has multiple unexpired licenses, AnkuLua's server will automatically extend the license that is closest to expiring.
|
|