13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
#include "x2_inc_banter"
|
|
|
|
int StartingConditional()
|
|
{
|
|
if (TryBanterWith("Piwiewen", 2 ) == TRUE)
|
|
{
|
|
return TRUE;
|
|
}
|
|
return FALSE;
|
|
|
|
|
|
}
|