Advertisement
Guest User

Untitled

a guest
Mar 18th, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.92 KB | None | 0 0
  1. (script static void ee_activate
  2.     (sleep_until (or (and (<= (object_get_health "crystal_00") 0.1) (<= (object_get_health "crystal_01") 0.1) (<= (object_get_health "crystal_02") 0.1) (<= (object_get_health "crystal_03") 0.1) (<= (object_get_health "crystal_04") 0.1)) b_ex_p1_has_started) 1800)
  3.     (sleep_until (or (and (<= (object_get_health "crystal_05") 0.1) (<= (object_get_health "crystal_06") 0.1) (<= (object_get_health "crystal_07") 0.1) (<= (object_get_health "crystal_08") 0.1) (<= (object_get_health "crystal_09") 0.1)) b_ex_p1_has_started) 1800)
  4.     (sleep_until (or (and (<= (object_get_health "crystal_10") 0.1) (<= (object_get_health "crystal_11") 0.1) (<= (object_get_health "crystal_12") 0.1) (<= (object_get_health "crystal_13") 0.1) (<= (object_get_health "crystal_14") 0.1)) b_ex_p1_has_started) 1800)
  5.     (sleep_until (or (and (<= (object_get_health "crystal_15") 0.1) (<= (object_get_health "crystal_16") 0.1) (<= (object_get_health "crystal_17") 0.1) (<= (object_get_health "crystal_18") 0.1) (<= (object_get_health "crystal_19") 0.1)) b_ex_p1_has_started) 1800)
  6.     (sleep_until (or (and (<= (object_get_health "crystal_20") 0.1) (<= (object_get_health "crystal_21") 0.1) (<= (object_get_health "crystal_22") 0.1) (<= (object_get_health "crystal_23") 0.1) (<= (object_get_health "crystal_24") 0.1)) b_ex_p1_has_started) 1800)
  7.     (sleep_until (or (and (<= (object_get_health "crystal_25") 0.1) (<= (object_get_health "crystal_26") 0.1) (<= (object_get_health "crystal_27") 0.1) (<= (object_get_health "crystal_28") 0.1) (<= (object_get_health "crystal_29") 0.1)) b_ex_p1_has_started) 1800)
  8.     (sleep_until (or (and (<= (object_get_health "crystal_30") 0.1) (<= (object_get_health "crystal_31") 0.1) (<= (object_get_health "crystal_32") 0.1) (<= (object_get_health "crystal_33") 0.1) (<= (object_get_health "crystal_34") 0.1)) b_ex_p1_has_started) 1800)
  9.     (if (not b_ex_p1_has_started)
  10.         (set b_ee_unlocked true)
  11.     )
  12. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement