Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/henchcast2.nss
Normal file
11
_module/nss/henchcast2.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// I am not casting spells during melee
|
||||
|
||||
#include "hench_i0_conv"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = GetLocalInt(OBJECT_SELF,sHenchDontCastMelee);
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user