Aantioch_Infernum/_module/nss/wolftalk_get.nss

17 lines
445 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName wolftalk_get
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 23/07/2003 20:38:36
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "wolftalk") == 100))
return FALSE;
return TRUE;
}