PoA_PRC8/module/nss/isuser.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

17 lines
450 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName isuser
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/26/2008 8:41:24 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "NUSER") == 1))
return FALSE;
return TRUE;
}