PRC8/trunk/epicspellscripts/sc_ret_false.nss

12 lines
349 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_ret_false
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/10/2004 7:29:53 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
return FALSE;
}