HiddenTradition_PRC8/_module/nss/sc_ellaoffer.nss
2024-06-20 15:47:42 -04:00

17 lines
464 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_ellaoffer
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/26/2002 3:59:00 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "StreetwalkerFirstTimeTalked") != 1))
return FALSE;
return TRUE;
}