Skip to content

bbs.atcode() has issues

The output of bbs.atcode() does not match other parsing such as bbs.menu()

For example bbs.atcode("TIME-L") is missing the "am" or "pm" and bbs.atcode("ALIAS|L20") returns null whereas bbs.atcode("ALIAS") returns my username.

Example script: writeln(bbs.atcode("TIME-L")); writeln(bbs.atcode("ALIAS|L20")); writeln(bbs.atcode("ALIAS")); console.pause();

Edited by Kayz