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
Lua code:
pole1 = component.proxy("A5360FC24A1727A8CD5905BCA9FB847F")
pole1:setColor(1, 0, 0, 1)
while true do
pole1:setColor(1, 0, 0, 1)
event.pull(0.5)
pole1:setColor(0, 1, 0, 1)
event.pull(0.5)
pole1:setColor(0, 0, 1, 1)
event.pull(0.5)
end
This code will change the color every 0.5 seconds.
Replace "A5360FC24A1727A8CD5905BCA9FB847F" with the address of your pole. You get the code by using the "network manager" - click on the pole, copy paste the address. It's that long string on the top of the dialog.