LoT_PRC8/_module/nss/pgs_con_plist.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

19 lines
492 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: pgs_con_plist
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Determine whether or not the player has
access to the Player List.
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
#include "inc_gsystem_cnfg"
int StartingConditional()
{
return PGS_ENABLE_PLAYER_LIST;
}