Lankhmar_PRC8/_module/nss/sc_tarnek.nss

17 lines
438 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_tarnek
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/5/2009 2:19:31 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "tarnek") == 1))
return FALSE;
return TRUE;
}