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
							
						
											

						
						
						
						
						

						



Compiler Error" 'end function' without matching block starter [line 17]
'get_library' is unknown in this context [line -79]
You are probably missing a :
import_code("/home/<USERNAME>/source/gethacks.src")
or
import_code("/home/<USERNAME>/source/getlib.src")
or they were commented out at compile time
or at the time you ran the scripts they had errors.
----
Problem:7
A function in the script is being called from a missing import.
To fix:
Re-download the code from this post.
Make sure you modify the 'import_code' values for the right paths and
that they are not commented with '//'.
Recompile.
Test it out.
"Compiler Error: Identifier(<SOMETHING>) where EOL is required (line#).
This might be your problem.
Check in the main script your trying to compile and/or any other import script listed that they only contain actual code. The error will often appear when you overstretch the copying of code from this steam post.
Bottom line : make sure the scripts contain only code, without inserted plain text.
I get this when I run getinfo. could you please help?
Any chance you would be able to help?
I cant seem to write a routine that will slice the data in any meaningful way as I 'believe" the map routine you wrote doesnt differentiate... any suggestions?