Rune_PRC8/_module/nss/if_waitresskiss.nss

17 lines
451 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: FileName if_waitresskiss
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/30/2006 1:05:18 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "waitresskiss") == 1))
return FALSE;
return TRUE;
}