Alangara_PRC8/_module/nss/merc_sellckl_1l.nss

10 lines
239 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
#include "NW_I0_PLOT"
#include "MERC_CONSTANTS"
int StartingConditional()
{
return (HasGold(GetLocalInt(OBJECT_SELF,"LOW"),GetPCSpeaker())) && CheckIntelligenceLow()
&& GetAbilityScore(GetPCSpeaker(),ABILITY_WISDOM) > 10;
}