X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=SERVER_COMMANDS;h=5760e54fae36bdff19e36317c325310a59ce4f3b;hb=25cb881d3f6b7f98d4b52e084c75b6322c57f2bc;hp=a39cf7242d15fae0df3e79e6d1f1f021652bf474;hpb=fd43399ecf1daa89986835a2940b0d4778a48c5e;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index a39cf72..5760e54 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -51,6 +51,10 @@ Write "PONG" line to ./server/out file. QUIT Shut down server. +STACK +Write line-by-line list of items the player stands on into ./server/out file, +enclosed by two lines "THINGS_BELOW_PLAYER START" and "THINGS_BELOW_PLAYER END". + Player commands --------------- @@ -95,7 +99,8 @@ MAKE_WORLD [0 to 4294967296] Set map seed and randomness seed to argument. Remove all things. (Re-)generate map. Add to map things specified in thing types table in quantity defined there by START_NUMBER command, with first thing (of thing ID of 0) of type defined as -player type by PLAYER_TYPE command. Set world turn to 1. Activate world. +player type by PLAYER_TYPE command. Set world turn to 1. Activate world. Answer +with 'NEW_WORLD' message in ./server/out file. MAP_LENGTH [1 to 256] Deactivate world. Remove ./server/worldstate file. Remove all things. Remove