TheHordeOrcs_PRC8/_module/nss/spokentooldman.nss

17 lines
453 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName spokentooldman
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/26/2002 8:03:08 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nspokentooldman") == 0))
return FALSE;
return TRUE;
}