12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
// I am not casting spells during melee
|
|
|
|
#include "hench_i0_conv"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = GetLocalInt(OBJECT_SELF,sHenchDontCastMelee);
|
|
return iResult;
|
|
}
|