Reprint room
wooterslw
08 Mar 2020, 11:25Is there a command to reprint the room description? As if the player entered the "look" command.
mrangel
08 Mar 2020, 12:52ShowRoomDescription()
mrangel
08 Mar 2020, 12:59Quick tip: If you want to know how a particular command works (for example because you want a script to do the same thing), you could try something like:
msg (look.script)
which will show you the script for the core "look" command. In this case, the answer it gives you is simply ShowRoomDescription
.
wooterslw
08 Mar 2020, 13:11Thank you!

Rock Studios .co
19 Mar 2020, 20:46cool