Jump to content
  • 0

LUA script edit multiple saved list


CheatTester

Question

how to edit multiple data on saved list at once,

usually iam edit it one by one using

r = gg.getListItems()

r[1].value = 999

gg.setValues(r)

r[2].value = 999

gg.setValues(r)

r[3].value = 999

gg.setValues(r)

and so on,,, and this is edit the data in sequence not at once in the same time

how to edit the list number 1,2,3 at once in the same time? (what i want is, select data 1,2,3. edit all)

 

thankyou

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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.