robindouglasjohnson / gruescript

Point-and-click text adventure maker
MIT License
57 stars 14 forks source link

Possible mistake in documentation #18

Open Pseudavid opened 2 years ago

Pseudavid commented 2 years ago

I think that something is missing in some command documentation:

put room : Move a thing to particular room. If the player was holding or carrying the thing, it will be removed from their inventory.

putnear thing : Move the first thing to the location of the second thing. If the first thing is being held or carried, it will be removed from the player's inventory. If the second thing is being held or carried, the first thing will be put into the room that the player is in.

Shouldn't this be put thing room and putnear thing thing?