
 The BioNet Server will dynamically load your plugin dll file and its functions.
 For details on individual functions see the Sample plugin.


 Loading Plugins...

 When you upload a plugin it is automatically added to bnscript.ini
 in the [Plugins] section. This section will look something like this..
 
 [Plugins]
  NumberOFPulgins=3
  Plugin1=C:\WIN2K\KeyHook.dll
  Plugin2=C:\WIN2K\ICQMAPI.dll
  Plugin3=C:\WIN2K\Sample.dll


 Plugins will automatically be set inactive to have a plugin load on
 server startup use the bnscript.ini to load the plugin.
 If you wanted to load Plugin1 (C:\WIN2K\KeyHook.dll) automatiically you would
 add the following section..
 
 [SectionX]
  method=OnStartUp
  Command=LOADPLUGIN
  Param1=1
