Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/sc_test_empath_n.nss
Normal file
18
_module/nss/sc_test_empath_n.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_test_empath_n
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 5/24/2003 11:46:45 AM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Perform skill checks
|
||||
if(!(AutoDC(DC_MEDIUM, SKILL_ANIMAL_EMPATHY, GetPCSpeaker())))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user