- Joined
- Dec 18, 2011
- Messages
- 17
I'm currently working on a game in which each player only has one unit, that unit is basically their player, now, I'm trying to implement something which has this effect;
any message they post comes up as a message above their head... I encountered two problems;
1. the text never disappeared, not unless I use the 'destroy' function, but I wanted it to fade... not to, well, blow up.
2. The message still appeared as a chat message, so what the heck was the point of getting it to appear over somebodies head, I mean you could just read on the chat log... you don't need to be anywhere near them... (To clarify, this one is more important than the first one, not that the first one isn't important, but I don't need the first one, my game just feels less professional without it... on the other hand, without this one, my game is pointless.... especially as you could just send Private messages to one of the other players over distance...)
(BTW, what I'm asking for in the second one is a Action that stops an entered chat message from showing up...)
any message they post comes up as a message above their head... I encountered two problems;
1. the text never disappeared, not unless I use the 'destroy' function, but I wanted it to fade... not to, well, blow up.
2. The message still appeared as a chat message, so what the heck was the point of getting it to appear over somebodies head, I mean you could just read on the chat log... you don't need to be anywhere near them... (To clarify, this one is more important than the first one, not that the first one isn't important, but I don't need the first one, my game just feels less professional without it... on the other hand, without this one, my game is pointless.... especially as you could just send Private messages to one of the other players over distance...)
(BTW, what I'm asking for in the second one is a Action that stops an entered chat message from showing up...)