6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
#include "bbs_include"
|
|
int StartingConditional()
|
|
{
|
|
return bbs_can_show(7);
|
|
}
|