Posted: 17th Jun 2007 21:55
I'm losing it today, I can't remember the command for returning polygon data? I thought it was system(), but can't remember, thanks.

edit:
sorry, found it
statistic(1)
Posted: 17th Jun 2007 22:37
Hi, Visigoth! =)

Here's an example:
+ Code Snippet
sync on : sync rate 60

do
  text 10, 10, "Total Polys: "+str$(statistic(1))
  sync
loop


Hope this helps! ^_^

Good Luck with your project! =)

~M.W~