Initial commit. Updated release archive.
This commit is contained in:
10
_module/nss/ro_test_lore_30.nss
Normal file
10
_module/nss/ro_test_lore_30.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetSkillRank(SKILL_LORE, oPC) + d20 () > 35) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user