Thread: Text when you click an object

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    6,023
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Lol.......If you want it to open another list then make another void, and when you click the 1 that opens the list put that void their.
    Free Filehost Premium Accounts
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #12  
    Oxygen
    Guest
    Another thing I'm wondering is that, you listed text, how do I get the text to do stuff like tele when you click it? *

    ---------- Post added at 03:17 AM ---------- Previous post was at 02:01 AM ----------

    ...bump
    Reply With Quote  
     

  3. #13  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    6,023
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    I gave you a base for it, if you can't get it from that then just stop..
    Free Filehost Premium Accounts
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #14  
    Banned

    Join Date
    Dec 2006
    Age
    25
    Posts
    2,196
    Thanks given
    5
    Thanks received
    23
    Rep Power
    0
    yep if you cant do this, don't code a server. just download delta and host it like everyone else..

    I know we all complain about ppl leeching delta but if you think about it, it saves us so much time of useless questions like these
    Reply With Quote  
     

  5. #15  
    Registered Member Courtney's Avatar
    Join Date
    Apr 2009
    Age
    29
    Posts
    132
    Thanks given
    0
    Thanks received
    0
    Rep Power
    52
    Raid just explained it.. think it through
    Which one of you took his cookie?!

    Reply With Quote  
     

  6. #16  
    Oxygen
    Guest
    I'm not a fucking leecher, and I don't want to be spoon fed.
    I just wanted to know how to get the option to teleport you, you didn't tell me how to do that.
    -__-
    Reply With Quote  
     

  7. #17  
    Oxygen
    Guest
    Thanks guys! I got it working!
    But like I said, I wanted an option to where you click it, another list comes up, I did that. But the new option list teleport to the same places as the first option list. How do I fix that? Should I use a boolean or what?
    Reply With Quote  
     

  8. #18  
    Oxygen
    Guest
    Quote Originally Posted by Oxygen View Post
    Thanks guys! I got it working!
    But like I said, I wanted an option to where you click it, another list comes up, I did that. But the new option list teleport to the same places as the first option list. How do I fix that? Should I use a boolean or what?
    bump

    ---------- Post added at 07:42 PM ---------- Previous post was at 05:46 PM ----------

    /anyone?
    Reply With Quote  
     

  9. #19  
    Registered Member
    willbill1's Avatar
    Join Date
    Apr 2008
    Posts
    521
    Thanks given
    1
    Thanks received
    6
    Rep Power
    156
    do this
    make a new void and call it this
    then just put teleport2();

    Code:
    public void teleport2()
    {
    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();
    }

    depends on ur base

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #20  
    Sir Lewis
    Guest
    ...no

    Code:
    public void sendOption(String opt1, String opt2, String opt3, String opt4, String opt5)
    {
    sendFrame126(opt1, 2494);
    sendFrame126(opt2, 2495);
    sendFrame126(opt3, 2496);
    sendFrame126(opt4, 2497);
    sendFrame126(opt5, 2498);
    sendQuestSomething(8143);
    sendFrame164(2492);
    flushOutStream();
    }
    Code:
    sendOption("Option 1","Option 2","Option 3","Option 4","Option 5");
    Reply With Quote  
     

Page 2 of 3 FirstFirst 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
  •