12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_isdm
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/19/2003 1:25:16 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
return GetLocalInt(GetPCSpeaker(), "IsDm");
|
|
}
|