PRC8/nwn/nwnprc/trunk/scripts/nw_ch_fm_st_11.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

10 lines
193 B
Plaintext

#include "prc_inc_switch"
int StartingConditional()
{
if(GetCurrentHitPoints() == GetMaxHitPoints()
|| GetPRCSwitch(PRC_PNP_FAMILIAR_FEEDING))
return TRUE;
return FALSE;
}