Hi Folks,
I want my player to move with a platform (when he steps onto it and the platform is triggered).
I have tried 'PIBiped01' and 'player' in my script (c-script), but they do not work.
Is there another 'name ' to call the player please?

.....example
{
while(platform.x<300)
{
platform.x+=3*time-step;
player.x+=3*time_step; //'player' does not work!
wait(1);
....
David

Last edited by DAVIDMORETON; 04/04/16 09:03.