Jump to content
  • 0

Anyone know how do i reset memory range on my script


xXAnonymousGamerXx

Question

1 answer to this question

Recommended Posts

Hi,

I'm a nub with scripting but i believe this will help you:

 

local old = gg.getRanges(); --takes the ranges you have enabled
gg.setRanges(gg.REGION_ANONYMOUS) --sets range on anonymouys
-- place your code
gg.setRanges(old) --resets the ranges

 

Link to comment
Share on other sites

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.