mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 13:57:14 -05:00
Further file organization
Further file organization
This commit is contained in:
9
nwn/nwnprc/trunk/scripts/mh_cancreateinst.nss
Normal file
9
nwn/nwnprc/trunk/scripts/mh_cancreateinst.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "prc_feat_const"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = GetHasFeat(FEAT_INSTRUMENT,GetPCSpeaker());
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user