Page 1 of 1

I need help making a proper script.

Posted: Sun Feb 16, 2020 7:13 pm
by Lord Blade
Something that will work between sessions.

So I'm playing Cogmind.
There's two things I'm trying to find. One is the trace value for when you're hacking terminals, the other is the overall security rating (that sets off alerts at certain levels).

I can do the basic part of finding a value each time I play. The trace for example, I hack a terminal until the trace starts. Let it increase so I find the value, then do the "find what accesses" bit. I can replace the code with dummy code so that for that session, the trace value won't increase. But I can't figure out how to make a table that I can save so I don't have to search each time.

I've been trying to use the tutorials and such, but honestly much of it just makes my brain hurt. Can someone give me a "for dummies" step by step on how to set it up once I've gotten to the point where I know what the value is that I need to dummy out?