16 lines
454 B
Plaintext
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");
|
|
}
|