Server/dumps/scripts/1888.cs2
2021-03-07 20:37:32 -06:00

19 lines
583 B
Text

void script_1888() {
if (((boolean)globalint_1025)) {
return;
}
if ((((boolean)script_2728()) && ((boolean)bitconfig_6521)) && (standart_config_281 >= 1000)) {
if (globalint_94 > getClientCycle()) {
return;
}
globalint_94 = add(getClientCycle(), 1500);
if (((boolean)standart_config_1647)) {
messageType0("Your health is low! Run away from your attacker and speak to Xenia.");
} else {
messageType0("Your health is low! Find a safe place away from your attacker");
messageType0("or eat some food to heal yourself.");
}
}
globalint_1025 = 1;
return;
}