RATDOG/_module/nss/re_sc_dialogue10.nss

17 lines
458 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_dialogue1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/16/2003 9:32:45 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "iDialogue") == 10))
return FALSE;
return TRUE;
}