Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
For example typing this
inventory +ingot
instead of this
inventory * +ingot
@0 auto_lcd
inventory {gas} +ice (this is to see how much ice is in my H2/O2 aka 'gas' generators)
@1 auto_lcd
tanks * oxygen
@2 auto_lcd
tanks * hydrogen
However, when I add this exact chunk of text to my console, it doesn't work as intended, and I don't know why. I've verified that
inventory
tanks * oxygen
tanks * hydrogen
will display the desired values on the *first* screen, but as soon as I put in the @* auto_lcd lines in, the first screen freezes, and nothing displays on the other screens.