Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I tried to look a bit at the script itself but yeah, even if I found out how to change the font and color, I have no idea how to manipulate the values.
COUNTER_OBJECT_POINT=X
was, for example:
Value=X
In order to write less and work with it easier
get counted points and objects by function call
a table is returned with the format table: { id = { POINTS = points, OBJECTS = objects }, ... }
EXAMPLE CALL
local objController = getObjectFromGUID("XXXX") -- replace "XXXX" by guid of the controller
local countedObjPoints = objController.call("getCountedObjectsPoints" )
to get the values. after that you can do whatever you want.