GammaAge/_module/nss/re_sc_dialogue8.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

18 lines
539 B
Plaintext

//::///////////////////////////////////////////////
//:: 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") == 8))
{
return FALSE;
}
SetCustomToken(2112, GetLocalString(OBJECT_SELF, "sName"));
return TRUE;
}