You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an API method to allow turning a server hostname into a Link.
Essentially something like ns.serverLink(hostname: string): Link could be added and usable in scripts after creation/purchase of AutoLink.exe. Then upon printing to terminal that hostname would be clickable to connect to as would be expected.
This feature would be super useful for any script that returns server names to the terminal in general. Because of it's usefulness I do think it should be a function that comes with a RAM cost rather than being free. Potentially 0.05 similar to other EXEs that are exposed as script functions like nuke and such.
The text was updated successfully, but these errors were encountered:
You can actually do this yourself already, although it's rather complicated and has various compromises depending on how you do it. Having a "sanctioned" way of doing this would be nicer, especially since it's most useful for people in the early stages of the game, who often don't have the deep programming experience needed to build this with the current tools.
Add an API method to allow turning a server hostname into a
Link
.Essentially something like
ns.serverLink(hostname: string): Link
could be added and usable in scripts after creation/purchase ofAutoLink.exe
. Then upon printing to terminal that hostname would be clickable to connect to as would be expected.This feature would be super useful for any script that returns server names to the terminal in general. Because of it's usefulness I do think it should be a function that comes with a RAM cost rather than being free. Potentially
0.05
similar to other EXEs that are exposed as script functions like nuke and such.The text was updated successfully, but these errors were encountered: