10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
// Deaktiveret conversation-forgrening
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = FALSE;
|
|
return iResult;
|
|
}
|