I want to have a constant menu/hint msg. If I go for hint or so; it will do what a hint doesit will slowly fade after some time. What I want is that it always shows, like a constant msg. I dont want to throw it in a trigger and have it "if X in thislist" or present X etc.. there must be a better way to have a hint be constant.
It must be able to do on all machine on a server, as its for a pvp game/mission.
I started out using this
Code:hintSilent parseText format["<t size='1.25' font='Zeppelin33' color='#ff0000'>%1 lives remaining.</t>",12];
HOME
it will slowly fade after some time. What I want is that it always shows, like a constant msg. I dont want to throw it in a trigger and have it "if X in thislist" or present X etc.. there must be a better way to have a hint be constant.
Reply With Quote