| Name | Connect |
|---|---|
| Type | Method |
| Summary | Connects the world to the MUD server |
| Prototype | long Connect(); |
| Description | This
connects the current world. Note that since connecting is "asynchronous"
you are not actually connected when this command completes. A return value
of eOK simply means that the connection process has successfully started. You can use IsConnected to see if the world is currently connected. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | eWorldOpen: world is already open |
See also ...