Spyler.X 625 Posted December 10, 2018 I have tried to make a list of players online, and although it is fully functional. I think there has to be a way to make it simpler. What functions do I have to use to reduce this logic and that it is as elegant as in the Gold rust game? Share this post Link to post Share on other sites
Rudy.cz 41 Posted December 10, 2018 I think that the most effective way would be to use FOR EACH (wiki coming soon) loop TIP: to create list with lines, use [NL] string after each name (it will start new line) 1 Share this post Link to post Share on other sites
Spyler.X 625 Posted December 10, 2018 ok thank you very much @Rudy.cz, I'll try the reps, they look better. And I'm waiting for that wiki, at this moment it's a constant trial and error but little by little things start to work, even with a long and ugly logic. Share this post Link to post Share on other sites
Igor Q. 519 Posted December 10, 2018 2 hours ago, Rudy.cz said: I think that the most effective way would be to use FOR EACH (wiki coming soon) loop TIP: to create list with lines, use [NL] string after each name (it will start new line) Oooooo, I didn't know about that! Thanks!! Share this post Link to post Share on other sites