Thread: Action ID doesn't show up when I click something, rep++ if u want

Results 1 to 2 of 2
  1. #1 Action ID doesn't show up when I click something, rep++ if u want 
    Registered Member pk3r john's Avatar
    Join Date
    Apr 2009
    Posts
    877
    Thanks given
    16
    Thanks received
    30
    Rep Power
    63
    Hi,

    whenever I click a button, it doesn't show up on my console. Im trying to get my ancient curses working. I know I need something like this

    Code:
    			if(c.playerRights >= 3) {
    				Misc.println("objectId: "+c.objectId+"  ObjectX: "+c.objectX+ "  objectY: "+c.objectY+" Xoff: "+ (c.getX() - c.objectX)+" Yoff: "+ (c.getY() - c.objectY)); 
    			}
    but i have no clue what the methods and everything would be called and such and its late at night, im tired, could someone please just copy this off their source or type it up for me? ill give rep++ if you really want it






    NEVAMIND GUYS, WAS EASY TO FIX
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Code:
    if(c.playerRights == 3)	
    			Misc.println(c.playerName+ " - actionbutton: "+actionButtonId);
    in clickingbuttons.java
    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. Action Button Click
    By JustinC in forum Help
    Replies: 1
    Last Post: 12-24-2010, 06:31 AM
  2. How do i make right click show Id?
    By hellp45 in forum Help
    Replies: 1
    Last Post: 11-30-2010, 06:01 PM
  3. Replies: 5
    Last Post: 08-19-2010, 08:16 AM
  4. Replies: 2
    Last Post: 02-12-2010, 11:21 PM
  5. Require a click for npc action- help
    By jack24 in forum Help
    Replies: 2
    Last Post: 10-21-2009, 03:48 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
  •