more explanation i set the offset above to -18 but after execute it edits the offset -12 not -18. i summed up 6 so that it edits the value of offset -18 .
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.
Question
karbiner98O
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("1,065,353,216;0;-1,086,828,052;0:13", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.searchNumber("1,065,353,216",gg.TYPE_DWORD)
r = gg.getResults(1)
local t = {}
t[1] = {}
t[1].address = r[1].address + -24
t[1].flags = gg.TYPE_FLOAT
t[1].value = 50
t[1].freeze = false
gg.setValues(t)
gg.addListItems(t)
---------------------------------------------------
more explanation i set the offset above to -18 but after execute it edits the offset -12 not -18. i summed up 6 so that it edits the value of offset -18 .
offset -18 goes to -12 (from script only)
offset -24 goes to -18( from script only)
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.