NTNet Monitoring Tool

- Adds new program, NTNet monitoring tool. It allows the user to view logs and perform various administrative tasks.
- The program is currently without access restriction. This will be added in future update, possibly when (if?) i add IT technician.
- This program may be used to disable specific functions of NTNet, or shut it down entirely.
This commit is contained in:
Atlantis
2015-10-20 07:37:23 +02:00
parent 46280123ee
commit ed6fc50389
7 changed files with 238 additions and 8 deletions

View File

@@ -270,6 +270,7 @@
var/mob/user = usr
if(hard_drive)
P = hard_drive.find_file_by_name(prog)
P.computer = src
if(!P || !istype(P)) // Program not found or it's not executable program.
user << "<span class='danger'>\The [src]'s screen shows \"I/O ERROR - Unable to run program\" warning.</span>"