what I added after the do line was
if inkey$()="a" then maxrd=maxrd-1:if maxrd<10 then maxrd=10
if inkey$()="s" then maxrd=maxrd+1:if maxrd>5000 then maxrd=5000
set_static_render_dist(maxrd)
the bigger the number you go the slower things get
this changes how far out the grass is shown
the line that gets thing going for creating the grass and the distance
it shows from the center of the players is
st_grass=load_static_type("statics\grass_2.x",25,25,25,0,4,0,255,0,3000,1,0,maxrd,0,0,0)
`
` the 3000 # is the distance they cover
it was originally set at 700 I changed that to 3000
If a thought is Just a thought ~ so whats the main thought ?