View Single Post
  #1  
Old 04-22-2005, 12:55 AM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
Disabling the v3 Chat Bar GUI

Is there any way to disable the chat bar that comes up when you hit tab in v3?

I wanted to rescript a bar more like the v2 one, but there're a few problems:

First of all, is there any way to disable the bar from popping up? Like a ChatGUI.destroy()? Enablefeatures doesn't work.

Second, is there any way to detect when the tab key is hit? I've tried keydown2(9,true) in both a keypressed and a timeout, but it didn't register.

Third, is there a way to force select the custom GUI bar where you input the text with a command?
Reply With Quote