Further file organization
Further file organization
This commit is contained in:
13
nwn/nwnprc/trunk/psionics/psi_ac_conv_cnsv.nss
Normal file
13
nwn/nwnprc/trunk/psionics/psi_ac_conv_cnsv.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Checks if all slots have been used. No saving partial constructs
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
#include "psi_inc_ac_convo"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nACLevel = GetLocalInt(oPC, ASTRAL_CONSTRUCT_LEVEL + EDIT);
|
||||
|
||||
return GetMaxSlotsForLevel(nACLevel, oPC) - GetTotalNumberOfSlotsUsed(oPC) == 0;
|
||||
}
|
Reference in New Issue
Block a user