Aantioch_Infernum/_module/nss/hench_noautounlo.nss

11 lines
186 B
Plaintext
Raw Permalink Normal View History

#include "hench_i0_conv"
int StartingConditional()
{
if (GetLocalInt(OBJECT_SELF, sHenchAutoOpenLocks))
{
return FALSE;
}
return GetHasSkill(SKILL_OPEN_LOCK);
}