NWNDS/nwnds_module/sc_triedwstew.nss

17 lines
451 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_triedwstew
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/22/2002 9:50:04 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nTriedWoodStew") == 1))
return FALSE;
return TRUE;
}