11 lines
125 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//mm_has50gp
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetGold(oPC) < 50) return FALSE;
return TRUE;
}