Slayer_rockzzz Posted October 10, 2021 Posted October 10, 2021 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.
sammax71 Posted October 12, 2021 Posted October 12, 2021 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.
Crystal_Mods100x Posted October 13, 2021 Posted October 13, 2021 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
Slayer_rockzzz Posted October 16, 2021 Author Posted October 16, 2021 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.
BadCase Posted October 16, 2021 Posted October 16, 2021 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)
Question
Slayer_rockzzz
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.
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.