// Scroll Up
if(self actionslotonebuttonpressed())
{
scroll(-1);
self playsoundtoplayer("cac_grid_nav",self);
wait 0.124;
}
// Scroll Down
if(self actionslottwobuttonpressed())
{
scroll(1);
self playsoundtoplayer("cac_grid_nav",self);
wait 0.124;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.