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
LOAD 0
STORE $10
BREAK
and when i try to run it i get an error in the console :
ERROR: On 'server_onFixedUpdate':[string "387990/1969702041/Scripts/Computer.lua"]:811:attempt to index local 'num' (a nil value)
LOAD 8
OUT DF7F00
i get that number shown once the prgramm has finished executing, but when i used this method to show me the result of the 'ADD' function i got '0' . my code was :
LOAD 5
STORE $5
LOAD $5
ADD $5
OUT DF7F00
BREAK
I don't know if it the 'ADD' function or if i cannot use the out because that wasnt intended, but it would be nice if you could do something so that i can display the result of my programm or fix the 'ADD'