Gidday Clint
CS> The script for my local bbs sometimes works then next not!
CS> It normaly works the first time in the day and after that it's hit or
CS> miss.
Try increasing the timeout values by editing the script.
As an example, here's the logon script for my own BBS...
8<----------------------------------------------------------
main()
{
if (waitFor("ss twice for the Grotto",20)) cPutS("^[^[");
if (waitFor("Who Wants To Enter (real names only)? ",20))
{ cPutS(_Entry_LogonName); cNewLine(); }
if (waitFor("Password:",20))
{ cPutS(_Entry_Pass); cNewLine(); }
alarm(1);
8<----------------------------------------------------------
See the if(waitFor([whatever],20)) bits?
Try increasing the value (20 in this example) a bit.
Don't forget to recompile it after altering it.
Regardz
Gaz
Sysop - Gaz's Grotto - Adelaide - South Oz
FIDONet: 3:800/455 Internet: gaz@picknowl.com.au MAXsNet: 86:308/137
N@THiNG Productions beta/Oz support site
... TACT: Knowing how far to go in going too far.
--- Ezycom V1.48g0 00f90061
---------------
* Origin: Gaz's Grotto +61-8-8351-8670/71 33K6 24 hours (3:800/455)
|