//:: FileName can_pay1200 // Does the PC have 1200 gp to pay? #include "NW_I0_PLOT" int StartingConditional() { return (HasGold(1200,GetPCSpeaker())); }