Ah, got it. Thanks!
That's a nice idea. I'll have to waste some more time on this some day!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: the site:
Please visit the KISEKAE Electric Guitars from The Complete Telecaster page.
Otherwise you won't see any future updates because of FLASH's cache problem.
int i = Ags3d.AddCube(0.0, -5.0, 0.0); // adds a cube for the ground at x,y,z
Ags3d.SetPrimScale(i, 500.0, 10.0, 500.0); // stretches it out to cover more space
Ags3d.SetPrimColour(i, 0, 255, 0); // makes it green
Ags3d.SetPrimFilter(i, Ags3d_Filter_All); // makes it visible and collidable
Display ( "The date is: %s", return_date ( ) );
String thedate="The date is ";
thedate = thedate.Append ( return_date ( ) );
Display ( thedate );
cEgo.SetAsPlayer ( );
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.365 seconds with 15 queries.