17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_bookpiles
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/15/2008 1:02:56 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "bookpiles") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|