LoT_PRC8/_module/nss/sc_quest20.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

18 lines
441 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_quest20
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/7/2003 1:49:20 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "quest") == 20))
return FALSE;
return TRUE;
}