Thread: How do I make a bank chest open a bank interface?

Results 1 to 4 of 4
  1. #1 How do I make a bank chest open a bank interface? 
    programmer
    Existence's Avatar
    Join Date
    Aug 2008
    Posts
    94
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    My Homeplace is Castle Wars & there is a bank chest there. On another server the bank chest would be able to open the bank through it. How do you do that?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2007
    Age
    31
    Posts
    2,949
    Thanks given
    15
    Thanks received
    33
    Discord
    View profile
    Rep Power
    1360
    Code:
    if (ObjectID == IDHERE) {
    openUpBank();
    }
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2007
    Age
    27
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    showInterface($$$$); works also
    Reply With Quote  
     

  4. #4  
    programmer
    Existence's Avatar
    Join Date
    Aug 2008
    Posts
    94
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Thanks everyone.
    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

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