This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
Gam3Master
Hello, Few day's ago tried to make some changes in achievements engine, which is shared in this forum, As you know it's data is in .xml file.
Here it is:
public void delAnnouncement(int index) { // Stop the current task, if any. _announcements.remove(index).stopTask(); // Regenerate the XML. regenerateXML(); }3 answers to this question
Recommended Posts