Advertisement
Guest User

Untitled

a guest
Sep 7th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. -- let's set some base values
  2. -- this is also your example of how to update them
  3. -- just copy to a trigger and replace the 50 with your health percent
  4. moonlightUI.hpbar:setValue (50, 100)
  5. moonlightUI.mpbar:setValue (50, 100)
  6. moonlightUI.edbar:setValue (50, 100)
  7. moonlightUI.wpbar:setValue (50, 100)
  8. moonlightUI.xpbar:setValue (50, 100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement