How to make the player transmit
by ChenJian · in Torque Game Engine · 07/13/2007 (2:29 am) · 3 replies
I would like my player transmitted to another place when he enters into a tigger, how to realize this? I remember that there is an function can do this, but I forget the function's name, it seems like this functionname($player,"0 0 0").
Anyone can help me?
Anyone can help me?
Torque Owner Martin Schultz
Example assuming 4321 is your player id:
4321.setTransform("300 200 100 1 0 0 0");
First 3 params are xyz, rest is orientation.