2019-03-03 04:08:54 +01:00
|
|
|
applyToCompany() Netscript Function
|
|
|
|
===================================
|
|
|
|
|
|
|
|
.. js:function:: applyToCompany(companyName, field)
|
2021-03-07 10:37:56 +01:00
|
|
|
|
2021-03-07 10:13:37 +01:00
|
|
|
:RAM cost: 3 GB
|
2019-03-03 04:08:54 +01:00
|
|
|
:param string companyName: Name of company to apply to. CASE-SENSITIVE.
|
|
|
|
:param string field:
|
|
|
|
Field to which you want to apply. Not case-sensitive
|
|
|
|
|
|
|
|
* software
|
|
|
|
* software consultant
|
|
|
|
* it
|
|
|
|
* security engineer
|
|
|
|
* network engineer
|
|
|
|
* business
|
|
|
|
* business consultant
|
|
|
|
* security
|
|
|
|
* agent
|
|
|
|
* employee
|
|
|
|
* part-time employee
|
|
|
|
* waiter
|
|
|
|
* part-time waiter
|
2021-03-12 08:51:56 +01:00
|
|
|
:returns: ``true`` if you got the job.
|
2019-03-03 04:08:54 +01:00
|
|
|
|
|
|
|
If you are not in BitNode-4, then you must have Level 2 of Source-File 4 in order to use this function.
|
|
|
|
|
|
|
|
This function will automatically try to apply to the specified company for a position in the specified
|
|
|
|
field. This function can also be used to apply for promotions by specifying the company and field you
|
2021-03-12 08:51:56 +01:00
|
|
|
are already employed at.
|