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

16 lines
454 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: pgs_con_dm_y
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Display the DM guild list for editing purposes.
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
int StartingConditional()
{
return GetLocalInt (GetPCSpeaker(), "Is_DM");
}