PSY_TKBA Posted May 17, 2021 Posted May 17, 2021 Can we do "Add to value, do not replace" in a script?
PublicHax Posted May 17, 2021 Posted May 17, 2021 local t = gg.getResults(10000) for i, v in ipairs(t) then if v.flags == gg.TYPE_DWORD then v.value = v.value + "5" end
TopGEOYT Posted May 17, 2021 Posted May 17, 2021 3 hours ago, PublicHax said: local t = gg.getResults(10000) for i, v in ipairs(t) then if v.flags == gg.TYPE_DWORD then v.value = v.value + "5" end also it will need : gg.setValues(t)
Question
PSY_TKBA
Can we do "Add to value, do not replace" in a script?
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.