2025/07/18 Update
Added PEPS. Full compile.
This commit is contained in:
15
_module/nss/0c_use_feat.nss
Normal file
15
_module/nss/0c_use_feat.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
Script Name: 0c_summon_assoc
|
||||
Programmer: Philos
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
Conversation script to have the caller use nFeat from the feat.2da.
|
||||
|
||||
Param
|
||||
nFeat - Feat number from the feat.2da.
|
||||
*/////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#include "0i_associates"
|
||||
void main()
|
||||
{
|
||||
int nFeat = StringToInt (GetScriptParam ("nFeat"));
|
||||
ActionUseFeat(nFeat, OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user