If it is not yet finished attribute must be firstFinished=""
So I googled and searched for methods where I can modify xml file and did not get any result, everything was too hard for me.
I saw also AnnouncementTable.java(aCis), I knew that where is similar method
public void delAnnouncement(int index)
{
// Stop the current task, if any.
_announcements.remove(index).stopTask();
// Regenerate the XML.
regenerateXML();
}
But as I see it deletes all information and creates a new one.
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:
3 answers to this question
Recommended Posts