NWNDS/nwnds_module/sc_chkdrunkpay.nss

17 lines
448 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_chkdrunkpay
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/8/2002 11:41:06 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nDrunkPay") == 1))
return FALSE;
return TRUE;
}