Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

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;
}