HiddenTradition_PRC8/_module/nss/sc_test_empath_h.nss
2024-06-20 15:47:42 -04:00

19 lines
478 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_test_empath_h
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/24/2003 11:36:39 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_HARD, SKILL_ANIMAL_EMPATHY, GetPCSpeaker())))
return FALSE;
return TRUE;
}