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
For multiple objectives, just create new objectives but don't give them titles (use a space or else it won't show), then they will appear as a list of objectives. Enter a description and when you update that objective, the number will appear to the right of the description.
For timer object, you can only pass a number as a time in seconds, so I created a number object and a timer object. The timer loops every 1 second and triggers event 0. Then I have a script that triggers on event 0 and decreases the number object by 1. In the same script, I update the objective timer using the number object (not the timer object). The objective is shown with a timer like mm:ss. If the number used for the timer = 90, then the objective timer displays 1:30... and so forth.