Aantioch_Infernum/_module/nss/escort_getvar8.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

17 lines
458 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName escort_setvar1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27/09/2003 23:17:41
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "escort") == 6))
return FALSE;
return TRUE;
}