12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
|
//::healcheck25
|
||
|
//::BY: Xovian
|
||
|
#include "nw_i0_generic"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetAssociateState(NW_ASC_HEAL_AT_25)&&(GetAssociateState(NW_ASC_HEAL_AT_50)==FALSE)&&(GetAssociateState(NW_ASC_HEAL_AT_75)==FALSE))
|
||
|
{
|
||
|
return FALSE;
|
||
|
}
|
||
|
return TRUE;
|
||
|
}
|