gms_statistic_get
Gebruik: gms_statistic_get ( name )
Omschrijving
Geeft de opgeslagen waarde terug van de statistiek.
Voorbeeld
//Laat de stat 'pixels_walked' zien
var pixels;
pixels = gms_statistic_get("pixels_walked")
show_message("Aantal pixels gelopen: "+string(pixels))