mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 18:37:14 -05:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_ret_false
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/10/2004 7:29:53 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
return FALSE;
|
|
}
|