17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName chk_has_persuade
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/18/2006 3:22:24 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(OBJECT_SELF, "hasper") != 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|