home · contact · privacy
Server: Add inanimate things to map memory, integrate into AI searches.
[plomrogue] / SERVER_COMMANDS
index e31d3312e81fcc6cfc410b5ce5a0de662b90c8c8..8af195fbdc5283a6e396666e669ff3dcf6716533 100644 (file)
@@ -54,6 +54,9 @@ Shut down server.
 Player commands
 ---------------
 
+ai
+Do what the AI would do.
+
 wait
 Make player character wait one turn.
 
@@ -161,6 +164,10 @@ T_MEMMAP [0 to 255] [string]
 Set part of selected thing's memory of the game map to string argument: the line
 of the argument's number.
 
+T_MEMTHING [0 to 255] [0 to 255] [0 to 255]
+Add to selected thing's memory of things on map thing of ID of first argument,
+y position of second argument and x position of third argument.
+
 TT_ID [-32768 to 32767]
 Select thing type to manipulate by argument as ID. If argument is <0 or <255,
 change it to the lowest unused thing type ID. If thing type of ID does not exist