PWE_PRC8/_module/nss/ats_inc_allowed.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
556 B
Plaintext

/////////////////////////////////////////////////////
// ATS_GetIsAllowed //
// Returns whether or not aplayer is allowed //
// access to Private things such as DM Tools. //
// You may change this function to allow //
// more people. //
// Returns: boolean - TRUE if player is allowed //
// FALSE if not allowed //
/////////////////////////////////////////////////////
int ATS_GetIsAllowed(object oPlayer)
{
return GetIsDM(oPlayer);
}