Jump to content

AliDoesWork

Member
  • Posts

    3
  • Joined

  • Last visited

AliDoesWork's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. wow man has so much to do with skripting a GUI in a book
  2. You could probably try this: on death: if victim's max health is greater than 1: remove 1 from victim's max health add 1 to attacker's max health try this if you only want players to give hearts: on death: if victim's max health is greater than 1: if victim is player: remove 1 from victim's max health add 1 to attacker's max health
  3. skQuery is right out the window. Don't use that for GUIs. I would rather re-write the entirety of skript than use skQuery GUIs. skript-gui can get the job done, but it will probably break due to a lack of support, and parse times can get pretty slow if you're doing a lot. Normal Skript GUIs aren't perfect, but they get the job done. and probably won't ever break due to there being actual support for it. In other words? Use vanilla skript's GUIs.
×
×
  • Create New...