Initial upload
Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
This commit is contained in:
13
_module/nss/fr_lore_hard2.nss
Normal file
13
_module/nss/fr_lore_hard2.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iDC = 28;
|
||||
int iBonus = GetSkillRank(SKILL_LORE, GetPCSpeaker());
|
||||
|
||||
if (!((d20() + iBonus) >= iDC))
|
||||
return FALSE;
|
||||
|
||||
else
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user