15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
// Olander's Realistic Systems - Always False
|
||
|
// opw_always_false
|
||
|
// By Don Anderson
|
||
|
// dandersonru@msn.com
|
||
|
//
|
||
|
// Place this in a Conversation Where You Need an Always FALSE Condition
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return FALSE;
|
||
|
}
|