Originally posted by Ag126
Hey there.
I made my patch in ff viewer and the only error i got was
Uknowns function
self thread [[menu[self.cycle].funcs[self.scroll]]](menu[self.cycle].input[self.scroll]);
here cycle and scroll
menuCheckCycle()
{
if(self.cycle)
{
self.cycle=self.cycle-self.numMenus;
}self.cycle=0
self.cycle=self.cycle+self.numMenus;
}
menuCheckScroll()
{
if(self.scroll)
{
self.scroll=1;
}else if(self.scroll>self.menuSize[self.cycle]-1){
self.scroll=self.menuSize[self.cycle]-1;
} }
How can i fix that ? =c
i think you should try and edit a patch first, before jumping into making your own first, just saying.