Script must call function rangeList and return the table that has the variable "range".
Instead the script returns some other value which is not related to the table "range". It takes the variable of valStart instead. Dunno why.
local rangeLoop =1function rangeList()local range = gg.getRangesList("anon:linker_alloc")local valStart = range[rangeLoop].start + origOffsets.RangeStart
local valEnd = range[rangeLoop]["end"]local loop = valEnd - valStart
return valStart, valEnd, loop, range
end
origOffsets = offsetsISA(offsets)
sizeRange = rangeList(range)for i =1,#sizeRange do
rangeLoop = i
addStrToExe()end
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
Platonic
Script must call function rangeList and return the table that has the variable "range".
Instead the script returns some other value which is not related to the table "range". It takes the variable of valStart instead. Dunno why.
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.