gms_statistic_get

Usage: gms_statistic_get ( name )

Description

Returns the value of the statistic.

Example

//Show the stat 'pixels_walked'
var pixels;
pixels = gms_statistic_get("pixels_walked")
show_message("You walked "+string(pixels)+" pixels!")

Replies (0)

Last message on 17 Apr 2024