Jump to content
  • 0

Dungeon Warper (Only Entrance)


Question

2 answers to this question

Recommended Posts

Posted (edited)

Just set the map name, x coordinate and y coordinate. Don't know if there is a script that will warp you on the entrance.

 

 

 
prontera,150,150,5    script    Warper   100,{
 
mes "Would you like to go to <map name>?";
next;
menu "YES",L_Yes,"NO",L_NO;
L_Yes:
    mes "Enjoy playing!";
    next;
    warp <map name>,<x coordinate>,<y coordinate>;
    close;
L_NO:
    mes "Bye!";
    close;
}
Edited by Patskie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...