Action RPG Framework

by Forum_account
Action RPG Framework
A framework for developing action RPGs.
ID:842053
 
this question is more relatively related to HUD Groups, i just want to know is there anyway which i could possibly set the pointer from index=1 and starting from top, its just that the way i am making title screen it gets the name of characters from list which is something like this:
var/list
CharacterRow=list("Row 1"=list("Goku","Vegeta","Trunks","Gohan","Goten","Piccolo"),
"Row 2"=list("Goku","Vegeta","Trunks","Gohan","Goten","Piccolo")

I'm not sure what you're asking.
basically by default HUD Groups sets the pointer to 1 which is the lowest option (if you see) is it possible to set it so it will set 1 to the first one in client view E.G
Current
Option 1 (3)
Option 2 (2)
>Option 3 (1)//by default this is first pointer

What i want
>Option 1 (1)//by default this is first pointer
Option 2 (2)
Option 3 (3)