Aantioch_Infernum/_module/nss/wolfsha_get_int.nss

17 lines
451 B
Plaintext
Raw Permalink Normal View History

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