mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 15:37:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
10
trunk/scripts/nw_ch_fm_st_11.nss
Normal file
10
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