avatar
Untitled

Guest 125 12th Sep, 2024

MARKUP 0.69 KB
                                           
                         macro(100, "Sio Friend", function()
  local friend = getPlayerByName(storage.healFriend)   
  if friend and friend:getHealthPercent() < tonumber(storage.healFriendPercent) then
      say("Exura sio \"" .. storage.healFriend)
      delay(1000)
  end
end)
addLabel("sioname", "Player name:")
addTextEdit("healfriend", storage.healFriend or "", function(widget, text)   
  storage.healFriend = text
end)
addLabel("siopercent", "Heal Below %:")
addTextEdit("healfriendpercent", storage.healFriendPercent or "", function(widget, text)   
  storage.healFriendPercent = text
end)
                      
                                       
To share this paste please copy this url and send to your friends
RAW Paste Data
Recent Pastes
Ta strona używa plików cookie w celu usprawnienia i ułatwienia dostępu do serwisu oraz prowadzenia danych statystycznych. Dalsze korzystanie z tej witryny oznacza akceptację tego stanu rzeczy.
Wykorzystywanie plików Cookie
Jak wyłączyć cookies?
ROZUMIEM