17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName wolfsha_get_int
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 24/07/2003 20:45:08
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "wolfshaman1") == 100))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|