10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
// I am not casting spells during melee
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = GetLocalInt(OBJECT_SELF,"DoNotCastMelee");
|
|
return iResult;
|
|
}
|