View Single Post
  #8  
Old 05-27-2008, 12:08 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by cbk1994 View Post
I was originally trying just to make it always visible; now I'm forced to make a custom chat system instead.
Why? Cant you make your own chat bar GUI, and do something like:

PHP Code:
function MyChatBar.onAction()
{
  
ChatBar.text MyChatBar.text;
  
ChatBar.onAction();

  
// Or...?
  
ChatBar.scheduleevent(.05"Action"MyChatBar.text);

Untested, and doubt either of them will work, but worth a shot
__________________
Follow my work on social media post-Graal:Updated august 2025.

Last edited by xXziroXx; 05-27-2008 at 12:19 AM..
Reply With Quote