Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| Return a list of definitions as described by Dictionary.com |
Version 5 ·
Date Added: 11/23/03
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Volte.V_DictionarySearch##version=5
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Volte.V_DictionarySearch##version=5
|
| |
Example:
var/list/Definitions = V_Search("Dog")
if(!Definitions["Not found"])
src << "First definition found for 'dog':"
src << Definitions[1]
else
src << Definitions["Not found"]
src << Definitions["Did you mean?"]
|
</<></<></<>
Login to post a comment.