As in title, could you guys write for me script which will start alarm when my character get level 8. Thank you so much
Originally Posted by takeshi5675 As in title, could you guys write for me script which will start alarm when my character get level 8. Thank you so much lua code: Module.New('L_8', function() if Self.Level() >= 8 then alert() end end) Something like that? I dont test it.
Module.New('L_8', function() if Self.Level() >= 8 then alert() end end)
Last edited by Oscagi; 04-22-2016 at 07:12 AM.
REMEMBER TO SAY THANKS.
Forum Rules