17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_042
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 28/02/2005 2:52:34 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetDeity(GetPCSpeaker()) == ""))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|