Game Development Community

Getting the player object's number

by Lee-Orr Orbach · in Torque Game Engine · 10/19/2005 (4:15 am) · 1 replies

Hello!
I wanted to know how can you get a players object number/name using script?
if it is possible, how do you do it?

Lee-Orr

#1
10/19/2005 (5:08 am)
Echo(localclientconnection.player); works for me.
but when the player is created, i assign a global value for it..... but i haven't a clue if that's network friendly or not. In fact. just do localclientconnection.dump() for a list of tagged stuff.