X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=SERVER_COMMANDS;h=8af195fbdc5283a6e396666e669ff3dcf6716533;hb=086dfd6b17d684bc3ac053ed2a4b494844ebd9b4;hp=e31d3312e81fcc6cfc410b5ce5a0de662b90c8c8;hpb=647fb261547da8aeeb92ca0ba995b36b4a7c8dfb;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index e31d331..8af195f 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -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