antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Slender_Man

Quest Flame_Dungeon Maxmi4.1 Pt

1 post in this topic

quest:

 

 

quest flame_dungeon_leave begin    state start begin           when login or enter begin            set_state(leave)        end    end         state leave begin        when letter begin            if pc.get_map_index() == 351 then                send_letter("Sair do ivento")            end        end         when button or info begin            say_title("Catelo do Dragão")            say("Esta no Castelo do Dragão Vermelho")			say("Você quer sair?")            local warp =  select("Sair","Não sair")            if warp == 1 then                clear_letter()                q.done()                pc.warp(5980*100, 7075*100, 62)            else                say("Boa sorte!")            end        end                 when logout begin            clear_letter()            q.done()        end    endend 

Share this post


Link to post
Share on other sites
antiblock
Elveron

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this