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
At any rate, yes, StringContains() is very powerful for creating filtered lists of things- and if you mess around with it a bit, you can store big lists as a single string, and save it as a memory for later access, as long as you also write a code to decompress it. Easiest way I found was to take a character like % that doesn't get used much, and compress a list like [1, 2, 3] to '1%2%3%', then write a code that reads these strings and reallocates them into a list every time you want to access it.
As for other APIs with EnableApi(), I have tried several times to find new ones, but never made any discoveries.
Speaking of which, is this functionality part of some API you can enableAPI() to put on any computer? Are there any other APIs you know of besides "internet", "arcade", "floppy", "memory" and "door"? You never delivered on your promise in "under construction". I'd love to read more about anything else you'd care to share.
i think their might be another ending. (i think)"
Given that the dialog scripts are open source in the game directory, I would recommend not breaking your heart from working too hard at trying not to break the Heart. There's an alternate ending from the one you reported on the forums, but it's still a little sad.
But that's a really cool share about that mysterious floppy. When I played, I never learned how to decode that jumble of characters. Really neat find!
else if cmd == "getconn"
var cons = GetConnections()
loop cons
Print(@)
end
else if cmd == "rcall"
string conid = Input("Connect Id:")
#0 0 == cashiercomputer
string fnName = Input("function name:")
#Unlock
string arrayy = Input("array info")
#door name..
RemoteFunctionCall(conid,fnName,arrayy)
else
var personId = Connect(name)
loop
Sleep(1.0)
if GetNumericData(name, "corruption") < 10
Sleep(4.0)
///REDACTED CODE///(name)
Sleep(1.0)
SetNumericData(name, "corruption", 100)
end
if Random() < 0.1
///REDACTED CODE///(name)
end
end
this is on a floppy pixie hands you
i believe its the heart code. if you can figure out how to disrupt this without breaking the heart.
i think their might be another ending. (i think)