Further file organization
Further file organization
This commit is contained in:
12
nwn/nwnprc/trunk/psionics/psi_ac_conv_n26.nss
Normal file
12
nwn/nwnprc/trunk/psionics/psi_ac_conv_n26.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Determines whether the AC being edited already has Natural Invisibility
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
#include "psi_inc_ac_convo"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nFlags = GetLocalInt(oPC, ASTRAL_CONSTRUCT_OPTION_FLAGS + EDIT);
|
||||
return (nFlags & ASTRAL_CONSTRUCT_OPTION_NATURAL_INVIS) == 0;
|
||||
}
|
Reference in New Issue
Block a user