total_markers as integer
total_markers=7
for i=1 to total_markers
make object sphere i,20
read XValue
read YValue
read ZValueOmg
position object i,XValue,YValue,ZValueOmg
next i
do
xrotate camera wrapvalue(camera angle x()+(mousemovey()*0.2))
yrotate camera wrapvalue(camera angle y()+(mousemovex()*0.2))
sync
loop
data 10,7,13
data 66,45,32
data 42,42,42
data 11,21,73
data 56,24,33
data 28,32,41
data 63,89,18
zomg
Basically, just call the "read [variable to put the read stuff into]" command so many times, and it will always read the next data value in line.