HiddenTradition_PRC8/_module/nss/ro_test_lore20.nss

17 lines
301 B
Plaintext
Raw Permalink Normal View History

#include "nw_i0_tool"
/* Script generated by
Lilac Soul's NWN Script Generator, v. 1.6
For download info, please visit:
http://www.lilacsoul.revility.com */
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!GetIsSkillSuccessful(oPC, SKILL_LORE, 20)) return FALSE;
return TRUE;
}