Jump to content
  • 0

How to give names to values


Slayer_rockzzz

Question

4 answers to this question

Recommended Posts

On 10/10/2021 at 6:15 PM, Slayer_rockzzz said:

Hii everyone i know its silly to ask but i am confused how can i give same name to all of the searched values that are stored in saved list.

I think you can only name them individually not as a group. If you only have a few results stored I guess that's not a problem but if you have a lot it will take a while.

Link to comment
Share on other sites

On 10/13/2021 at 6:54 PM, Crystal_Mods100x said:

Get your value you want to save in the list.

go inside the save list

once you have your values click on one to edit the value

below the [ ]Freeze [   normal ] button you should see the pointer's name 

You can change it to something else then click Yes

 

Sorry i forgot to mention that is i want to do this in script not by manual search and edit it.

Link to comment
Share on other sites

save_list_table = {}
save_list_table[1] = {}
save_list_table[1].address = 0xffffffff
save_list_table[1].flags = gg.TYPE_DWORD
save_list_table[1].name = "your name here"
gg.addListItems(save_list_table)




 

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.