Character Handling

by Deadron
Creating, saving, and loading player characters.
Version 14 · Date Added: 6/02/01

If you wish to download this library for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Deadron.CharacterHandling##version=14

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

byond://Deadron.CharacterHandling##version=14

[BYOND Favorite]BYOND Favorite

Read about this library at Dream Makers.

December 3, 2005:


  • Fixed another problem with deleting characters that was keeping the form-based demo from working.


December 22, 2004:


  • Thanks to Wizkidd0123, fixed default behavior to actually delete characters.


July 12, 2003:


  • Changed behavior so that on login if Move() fails, the mob is forced to the destination.

  • Added form-based character creation demo.

  • Added ability to customize menu appearance by overriding ChooseCharacterMenu() and DeleteCharacterMenu().