Aantioch_Infernum/_module/nss/wolfsha_get_int.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

17 lines
451 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}