Rune_PRC8/_module/nss/opw_always_false.nss

15 lines
403 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
// 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;
}