mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-30 23:37:15 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
10
nwn/trunk/scripts/nw_ch_fm_st_11.nss
Normal file
10
nwn/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