HiddenTradition_PRC8/_module/nss/sc_dsmithtalk.nss

17 lines
444 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_dsmithtalk
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 04/07/10 21:24:35
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "DSmithTalk") == 1))
return FALSE;
return TRUE;
}