Log in

View Full Version : Life Ring



Infell
12-21-2015, 06:10 PM
Hello, i want to know how to make the xeno use life ring automatically.

Axolek
12-21-2015, 11:49 PM
local RingID = 3052

while true do
if Self.Ring().id == 0 then
Self.Equip(RingID, "ring")
end
wait(100,600)
end

Change RingID and save .lua add script. Good Luck