9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
#include "NW_I0_PLOT"
|
|
#include "MERC_CONSTANTS"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return (HasGold(GetLocalInt( OBJECT_SELF, "HI" ),GetPCSpeaker())) && CheckIntelligenceLow();
|
|
}
|
|
|