Thread: PI Clicking Buttons

Results 1 to 3 of 3
  1. #1 PI Clicking Buttons 
    Registered Member Frankie's Avatar
    Join Date
    Feb 2013
    Posts
    568
    Thanks given
    10
    Thanks received
    16
    Rep Power
    12
    i don't understand when in dialogue, you can't click any choices.
    Example:
    Spoiler for ActionHandler:
    case 9157:
    if (c.dialogueAction == 6) {
    c.getSlayer().giveTask2();
    c.getPA().closeAllWindows();
    }

    Spoiler for DialogueHAndler:
    case 12:
    sendOption2("I need an assignment.", "Err... nothing.");
    c.dialogueAction = 6;
    break;
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Sep 2011
    Posts
    17
    Thanks given
    0
    Thanks received
    5
    Rep Power
    11
    Try placing your code in ActionHandler in your ClickingButtons class.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Mylyn's Avatar
    Join Date
    Dec 2012
    Posts
    1,536
    Thanks given
    602
    Thanks received
    278
    Rep Power
    119
    ActionHandler is used for object/npc clicking. Like under said, move it to ClickingButtons, thats the correct class for handling action button clicking.
    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] Clicking buttons requirement.
    By always in forum Help
    Replies: 2
    Last Post: 11-22-2012, 02:44 AM
  2. [PI] Clicking buttons help!
    By Acquittal in forum Help
    Replies: 7
    Last Post: 07-09-2011, 11:45 AM
  3. PI - Clicking Buttons, Cases
    By Infexis in forum Help
    Replies: 2
    Last Post: 11-21-2010, 03:32 AM
  4. [PI] Clicking Buttons
    By .php in forum Help
    Replies: 3
    Last Post: 10-09-2010, 12:39 AM
  5. [PI] Clicking Button
    By Nighel in forum Help
    Replies: 19
    Last Post: 06-23-2010, 08:04 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •