Untitled


SUBMITTED BY: Guest

DATE: Nov. 6, 2013, 6:36 p.m.

FORMAT: Text only

SIZE: 793 Bytes

HITS: 1067

  1. quest livellatore begin
  2. state start begin
  3. when 20095.chat."Livellatore" begin
  4. say("Ciao sono il livellatore!!!")
  5. say("Posso livellarti fino al livello massimo!!")
  6. say("Sei pronto??")
  7. local liv = select("Si","No")
  8. if liv == 1 then
  9. while pc.get_level() < 250 do
  10. pc.give_exp2(pc.get_next_exp())
  11. end
  12. if liv == 2 then
  13. say("Torna quando vuoi")
  14. return
  15. end
  16. end
  17. end
  18. end

comments powered by Disqus