Page 1 of 1

[Fixed][Maniascript] Interface library

Posted: 01 Jun 2014, 10:25
by kastun
When removing a slide using the Interface.Script.txt library, e.g.

Code: Select all

Interface::RemoveSlide(2);
I get the following error in the slider manialink script:
[311, 102] Out of bounds access at [2]
When removing slide 3 it is out of bounds at [3].

I want wo display some toplists with the slider from the Interface library. But one toplist should not be visible/available all the time, thats why I want to remove it.

Re: [Fixed][Maniascript] Interface library

Posted: 25 Jun 2014, 13:45
by Eole
This bug will be fixed in the next ManiaPlanet script update. The fixed script is also available on GitHub if you want to test it beforehand.