Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

19
dumps/scripts/1888.cs2 Normal file
View file

@ -0,0 +1,19 @@
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;
}