Rune_PRC8/_module/nss/opw_always_false.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

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;
}