Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. void script_1888() {
  2. if (((boolean)globalint_1025)) {
  3. return;
  4. }
  5. if ((((boolean)script_2728()) && ((boolean)bitconfig_6521)) && (standart_config_281 >= 1000)) {
  6. if (globalint_94 > getClientCycle()) {
  7. return;
  8. }
  9. globalint_94 = add(getClientCycle(), 1500);
  10. if (((boolean)standart_config_1647)) {
  11. messageType0("Your health is low! Run away from your attacker and speak to Xenia.");
  12. } else {
  13. messageType0("Your health is low! Find a safe place away from your attacker");
  14. messageType0("or eat some food to heal yourself.");
  15. }
  16. }
  17. globalint_1025 = 1;
  18. return;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement