|
|
Source code |
1 |
CoolSuit_SetPageID( [I]index[/I] ) |
I'll look into your request. It shouldn't be a problem. I haven't played in over a year, though, so it may take a few days to shake off the rust.
Quoted from "Jaamosan;510467"
@thebadtouch09:
Selecting a preset, where index is 1 to 10:
![]()
Source code
1 CoolSuit_SetPageID( [I]index[/I] )
The buttons can also be dragged into the action bars.
@CharlieBananas: I'm glad to see my work is still found useful.I'll look into your request. It shouldn't be a problem. I haven't played in over a year, though, so it may take a few days to shake off the rust.
|
|
Source code |
1 2 |
/run mytitles = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
/run mytitleindex = mytitleindex or 0 mytitleindex = (mytitleindex + 1) CoolSuit_SetPageID(mytitles[mytitleindex % #mytitles + 1])
|