
Can any of you guys help me out with how to do it and the scripting?
Moderator: Core Staff
Code: Select all
main()
{
thread platforms();
}
platforms()
{
platforms = getent("platforms","targetname");
while(1)
{
platforms rotateto ((0, 0, 360), 1);
}
}
Users browsing this forum: No registered users and 3 guests