UW2_PRC8/_module/nss/is_describer.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

17 lines
454 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(), "DESC_USER") == 1))
return FALSE;
return TRUE;
}