Here is the code for this:
make object sphere 2,1
hide object 2
make object sphere 4,1
hide object 4
make object sphere 5,1
hide object 5
make object sphere 6,1
hide object 6
sync
show object 2
show object 4
show object 5
show object 6
sync
x1#=object position x(2)
y1#=object position y(2)
z1#=object position z(2)
point object 4,x1#,y1#,z1#
move object 4,1
point object 5,x1#,y1#,z1#
move object 5,1
point object 6,x1#,y1#,z1#
move object 6,1
sync
With that code, my sphere appears, and then disappears after a second. How can I get my little sphere dude to stay on the screen and follow me, as that code makes it do? That last part obout pointing and moving the object is to get the objects to follow me. But the objects do not stay!!! I made a player model, a sphere for now which will be replaced later by a real DarkMatter model, but my player just appears for that second and then disappears. Can someone please help me do this, because with out this working, Dark Wars will have no allies with you, and you'll be alone which is not how the game should be. Thanks for all your help (if you help me
)!!