[Fixed][Maniascript] Interface library
Posted: 01 Jun 2014, 10:25
When removing a slide using the Interface.Script.txt library, e.g.
I get the following error in the slider manialink script:
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.
Code: Select all
Interface::RemoveSlide(2);
When removing slide 3 it is out of bounds at [3].[311, 102] Out of bounds access at [2]
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.