Thread: how to make an object give you a list of places to tele

Results 1 to 3 of 3
  1. #1 how to make an object give you a list of places to tele 
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    how would i make an object give me a list of places to tele and tele me when i click them. im trying to make an object for runecrafting that teles me to different altars which i choose from.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    actionhandler > new case (object id)
    case ###:
    c.getDH(sendDialogues, 99, i);
    etc..
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  3. #3  
    Vitality

    Raw Envy's Avatar
    Join Date
    Dec 2010
    Posts
    3,034
    Thanks given
    869
    Thanks received
    1,186
    Rep Power
    3054
    Do you want it to send a message to the player or like a dialogue to pop up or what?
    If you just want it to send a message then add this, if not do that. And yeah add it into actionhandler.java

    Code:
    case OBJECT ID:
    				c.sendMessage("ENTER TEXT HERE.");
    			        break;
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [pi] how to make an object give xp??
    By iSacred in forum Help
    Replies: 7
    Last Post: 06-17-2011, 09:29 PM
  2. Replies: 9
    Last Post: 07-11-2010, 05:14 AM
  3. 1 global object in 2 places!?
    By Himplx in forum Help
    Replies: 7
    Last Post: 09-01-2009, 08:03 PM
  4. Make quest tab give you items or tele you..
    By Red1 in forum Configuration
    Replies: 8
    Last Post: 10-10-2008, 09:34 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •