Player chat
by Grant Kessler · in Torque Game Engine · 08/07/2006 (11:16 pm) · 2 replies
I was wondering if i could get some serious help on this. Im trying to basically make the chat hud a secondary thing for my game, and make the main chat from each player appear in a bubble, like on rpgs. I still want the chat to be displayed in the hud as well, but for the hud to be optional, and the chat bubbles to come up regardless of anything. Any help to start me out is appreciated ^^ as always. Im just horrible at finding what to do at first with things.
About the author
#2
08/10/2006 (7:14 pm)
GuiShapeNameHud is a good place to do the rendering of the bubbles (that's where player names are displayed above their heads). The bubbles can be done as 2D lines and boxes.
Torque Owner Grant Kessler