Adds a to_chat() proc, to pave the way to a non shit chat.

This commit is contained in:
PJB3005
2015-11-25 15:05:25 +01:00
parent 1709a73bdc
commit 99bf59d80e
1110 changed files with 9473 additions and 9348 deletions

View File

@@ -139,7 +139,7 @@
//src.eyeobj.loc = src.loc
src.eyeobj.forceMove(src.loc)
else
src << "ERROR: Eyeobj not found. Creating new eye..."
to_chat(src, "ERROR: Eyeobj not found. Creating new eye...")
src.eyeobj = new(src.loc)
src.eyeobj.ai = src
src.eyeobj.name = "[src.name] (AI Eye)" // Give it a name
@@ -159,4 +159,4 @@
set name = "Toggle Camera Acceleration"
acceleration = !acceleration
usr << "Camera acceleration has been toggled [acceleration ? "on" : "off"]."
to_chat(usr, "Camera acceleration has been toggled [acceleration ? "on" : "off"].")