How do I get player name text or quest icon to move with Players and AI ?
by Atinev · in Torque Developer Network · 05/05/2010 (3:51 am) · 6 replies
Hi there,
How do I get player name text or quest icon to move with Players and AI ?
I would like a torquescript solution please as I do not dabble in C++.
Thanks :)
How do I get player name text or quest icon to move with Players and AI ?
I would like a torquescript solution please as I do not dabble in C++.
Thanks :)
About the author
Recent Threads
#2
%the_object.setshapename(name_goes_here);
If you look at the aiplayer.cs, it should be noted in there, as well as when the player is spawned (game.cs or gamecore.cs)
05/05/2010 (7:27 pm)
Do you mean the name above a character's head in T3D/TGE/A? %the_object.setshapename(name_goes_here);
If you look at the aiplayer.cs, it should be noted in there, as well as when the player is spawned (game.cs or gamecore.cs)
#3
i have helped you for master server..
you did not give any money or sent any mail...
dont betray others..
05/05/2010 (10:44 pm)
@venita you did not any give any announcement any money for assistance......i have helped you for master server..
you did not give any money or sent any mail...
dont betray others..
#4
@Steve Thank you so much that is exactly what I was looking for :D
@Balmer There are no words to describe you...You are deceitful pretending to give advice freely then continually forcing ppl to pay. Other people helped me with the master server and I got it to work on my own in the end.
05/06/2010 (1:19 am)
@Ben Thanks, I did think at first of doing it that way. However,...@Steve Thank you so much that is exactly what I was looking for :D
@Balmer There are no words to describe you...You are deceitful pretending to give advice freely then continually forcing ppl to pay. Other people helped me with the master server and I got it to work on my own in the end.
#5
First itself i said i dont want money.
Quote:
Other people helped me with the master server
I think you have agreed that the other people has helped you.
finally did u have give money to other people or .
05/06/2010 (1:36 am)
@venitaFirst itself i said i dont want money.
Quote:
Other people helped me with the master server
I think you have agreed that the other people has helped you.
finally did u have give money to other people or .
#6
05/17/2010 (8:46 am)
@balmer - This is an issue you should take to e-mail. Our forums are not the place to air grievances.
Torque Owner Ben Versaw
But regardless you will probably want to mount the object to a node you build into the model ( tdn.garagegames.com/wiki/Torque_Console_Objects_11#Mounting ).
I don't remember offhand the syntax to use - but this should get you started.