prontinho, ele desliga a macro quando da home ok? dps quando for voltar a luta, ative ela de novo
Código:
$${IF(autohm);
LOG("&3[%PLAYER%] &6Auto home &4[OFF]");UNSET(autohm);STOP();
ELSE;LOG("&3[%PLAYER%] &6Auto home &2[ON]");
LOG("&3[%PLAYER%] &3Para desligar pressione %KEYNAME%");SET(autohm);
ENDIF;
do;if(%HEALTH%<4);}$$/home$${LOG("&3[%PLAYER%] &6Auto home &4[OFF]");
UNSET(autohm);STOP();endif;loop;}$$