16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName mm_chk_50gp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 18.05.2007 12:00:44
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetGold(oPC) < 50) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|