Parent: stats
Provides statistics for what the player has left clicked.
LEFTCLICK
Unlimited LEFTCLICK elements
Inherits statsection
x, y float
The position of the statistic on the screen. If x=-1 and y=-1 then uses the position of the clicked object as the position of the statistic. Otherwise it is x,y screen coordinates.
objectcommand string
If the objectcommand of the object clicked has this object command then use this statistic. Allows different statistics for different objects. Eg a stat can be different for a book and a dog.
objectcommand2 string
Same as above. Allows for multiple object commands for one statistic
objectcommand3 string
Same as above. Allows for multiple object commands for one statistic
objectcommand4 string
Same as above. Allows for multiple object commands for one statistic
command string
Execute this command when the object is clicked. Is usually hashed such as 'get %' where % is replaced by the object name. For example 'get book'.
runfirstobjectcommand boolean
If true by default run the command that is the first item in the rawlist used in the object command. Do this when the object is clicked.