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
198 B
Plaintext

// I am casting spells even during melee
#include "hench_i0_conv"
int StartingConditional()
{
int iResult;
iResult = 1-GetLocalInt(OBJECT_SELF,sHenchDontCastMelee);
return iResult;
}