Jump to content

Making a new chat box.


pa3ck

Recommended Posts

Hi there, I want to make 2 more chat boxes, one for the right hand side and one goes to the bottom of the screen. What functions / events will I need? The hardest part is that, when a new chat line comes up, the first one should disappear... Just like in the default chat box. What would be the easiest way?

Link to comment

Or if you don't want to use DX, you can use those functions;

textCreateDisplay 
textCreateTextItem 
textDestroyDisplay 
textDestroyTextItem 
textDisplayAddObserver 
textDisplayAddText 
textDisplayRemoveObserver 
textDisplayRemoveText 
textItemGetColor 
textItemGetPosition 
textItemGetPriority 
textItemGetScale 
textItemGetText 
textItemSetColor 
textItemSetPosition 
textItemSetPriority 
textItemSetScale 
textItemSetText 
textDisplayGetObservers 
textDisplayIsObserver 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...