17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_worship
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/11/18 23:41:15
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "Worship") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|