The Transformers Forged to Fight community has officially moved to Discord. For all the latest news and updates, join us here!
Alliance Help
 Faithz17                
                
                    Posts: 842
Faithz17                
                
                    Posts: 842                
            
                    Instead of "Help 12", can we change the button to "Help All"? I really don't need to see who in my alliance is asking for help. I'm happy to help but there's 200-300 requests every half an hour or so. It's like click, lag for 5 secs, click, lag, click, lag, click, lag... clicking that help button in my alliance is pretty much a full-time job on its own. =_=                
                7        
             
							
Comments
I asked a skilled programmer about this. He says since the requests are coming in real-time, they should be stored in some Variable Array and each time you enter that interface, the actual length of the array is requested to write a "for" loop as if you're clicking individual "help" button. Now to write a for loop, you need a constant as the loop condition. So it's impossible to implement a "help all" function.
(He's fired for not knowing the "while" loop)