EpicValor 07f4ebed49 Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
2023-08-24 15:20:50 -05:00

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;
}