Nu te inregistra daca esti idiot sau agramat!


AlphaCS.RO[ORIGINAL GAMING]


Thanks Thanks:  0
Likes Likes:  0
Results 1 to 1 of 1
  1. #1

    User Info Menu

    [quest] nivelul dorit

    Nume: Quest nivel dorit
    Descriere: Iti poti alege nivelul dorit cu ajutorul acestui quest
    Imagini: -
    Quest/arma/armura etc: Quest
    Download(Optional):

    Code:
    --- ####################
    --- ## Quest facut de DaRealPain ##
    --- ###################
    
    quest leveldorit begin
        state start begin
            when npcvnum.chat."Nivelul dorit" begin
                say_title("NPCNAME:")
                say("Ce nivel doresti sa ai?")
                local a=input()
                if tonumber(a)==false then
                    say_title("NPCNAME:")
                    say("Introduce doar cifre te rog!")
                else
                    pc.set_level(a)
                    say_title("NPCNAME:")
                    say("Acum ai nivelul "..pc.get_level().."")
                end
            end
        end
    end
    TUTORIAL:
    Last edited by Konishua; 14-09-18 at 09:45.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •