Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/scripts/nw_ch_fm_st_11.nss
Normal file
10
nwn/nwnprc/trunk/scripts/nw_ch_fm_st_11.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "prc_inc_switch"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetCurrentHitPoints() == GetMaxHitPoints()
|
||||
|| GetPRCSwitch(PRC_PNP_FAMILIAR_FEEDING))
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user