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
if condition then
function
end if
This allows the code editor to read it as intended and be able to save without errors.
I made my own script with automatic wifi connection and the option save the wifi information into a file :)
It's called "wificon": https://gist.github.com/RilDev/311a1510418d27097207f4a966aedce4
https://steamproxy-script.pipiskins.com/sharedfiles/filedetails/?id=2715476912
[code]
get_shell.host_computer.wifi_networks()
[/code]
This returns the list, simply learn how to parse strings (It's in the "scripting basics" part of the manual) then you can modify the script to do that. Share your modification for others. :)