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