10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
#include "NW_I0_PLOT"
|
|
#include "MERC_CONSTANTS"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return (HasGold(GetLocalInt(OBJECT_SELF,"LOW"),GetPCSpeaker())) && CheckIntelligenceNormal()
|
|
&& GetAbilityScore(GetPCSpeaker(),ABILITY_WISDOM) > 10;
|
|
}
|
|
|