Aantioch_Infernum/_module/nss/distancecheck4.nss
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
300 B
Plaintext

//::Distancecheck4
//::BY: Xovian
#include "nw_i0_generic"
int StartingConditional()
{
if(GetAssociateState(NW_ASC_DISTANCE_4_METERS)&&(GetAssociateState(NW_ASC_DISTANCE_2_METERS)==FALSE)&&(GetAssociateState(NW_ASC_DISTANCE_6_METERS)==FALSE))
{
return FALSE;
}
return TRUE;
}