ListSplitter

by Perpetr8r the Perpetu8r
Allows you to get player input on lists longer than 200 items in length (the limit of input) [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Perpetr8rthePerpetu8r.ListSplitter##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Perpetr8rthePerpetu8r.ListSplitter##version=1

459 downloads
Version 1
Date added: Aug 21 2006
Last updated: Jul 29 2009
0 fans
One of the issues I've had lately with BYOND's input system is the fact that it will only show the first 200 items in a list when asking for user input. This works normally, except with large lists such as ban lists, Kajika's edit command and a few other special verbs/procs which often generate lists beyond this size limit.

Thus I came up with this system, which simply splits the lists up into chunks readable by input, saving much time and stress.

To use, include this file amonst your other project files and then simply call the proc on whoever is going to do the input, along with the message to display and the list of choices.