NPC Dialog

by Volte
A library to make quick and easy NPC dialog.
Latest Version · Date Added: 2/08/03

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

DreamDownload byond://Volte.NPCDialog##version=0

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

byond://Volte.NPCDialog##version=0

Want quick and easy dialog and input dialog for your NPCs? With this, it's just as easy as;
mob/npc/My_npc
    dialog = "Fast and easy dialog!"


Also includes a quick Wander() proc to bring life to your NPCs.