NWNDS/nwnds_module/sc_seenwstew.nss

17 lines
449 B
Plaintext
Raw Normal View History

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