Thread: Text when you click an object

Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1 Text when you click an object 
    Oxygen
    Guest
    I want to make it so when you click an object it gives options what to pick, I have yet to find out how to do it ;_;
    Reply With Quote  
     

  2. #2  
    Registered Member
    Lingerz's Avatar
    Join Date
    Dec 2008
    Age
    29
    Posts
    396
    Thanks given
    2
    Thanks received
    2
    Rep Power
    176
    Make it open the option interface and set the text, then make it do something when you click an option.
    Reply With Quote  
     

  3. #3  
    Oxygen
    Guest
    I have no idea how to do that, sir.

    Regards.
    Reply With Quote  
     

  4. #4  
    mochronik
    Guest
    i'd gr8ly apreciate too...
    ive been working on this for about a week i have made a thread and no1 ansewred i need portals to give options and make them triggertele

    any help please? ur helping two people at once :O
    Reply With Quote  
     

  5. #5  
    Oxygen
    Guest
    Anyone?
    Reply With Quote  
     

  6. #6  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    6,017
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    lol

    Okay here

    Code:
    public void teleport()
    {
    interfaceEffect = 1;
    sendFrame126("Option 1", 2494);
    sendFrame126("Option 2", 2495);
    sendFrame126("Option 3", 2496);
    sendFrame126("Option 4", 2497);
    sendFrame126("Option 5", 2498);
    sendQuestSomething(8143);
    sendFrame164(2492);
    flushOutStream();
    }
    Then search for

    Code:
    case 132:
    and do

    Code:
    	if (objectID == OBJECTIDHERE){
    		teleport();
    	}
    Free Filehost Premium Accounts
    Click Here
    Reply With Quote  
     

  7. #7  
    Oxygen
    Guest
    Okay, but how would I make it say different things for each teleport?

    ---------- Post added at 06:22 PM ---------- Previous post was at 05:17 PM ----------

    Like I need it to say, if you click option 1, it opens another list and you choose from there and those options teleport you also.
    If you choose option 2, it teleports you to the given place.
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jan 2007
    Age
    30
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    Add an interface with options lol
    Reply With Quote  
     

  9. #9  
    Oxygen
    Guest
    * I don't know how.
    Reply With Quote  
     

  10. #10  
    Oxygen
    Guest
    *Still unsolved.
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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