Reprint room

wooterslw
08 Mar 2020, 11:25

Is there a command to reprint the room description? As if the player entered the "look" command.


mrangel
08 Mar 2020, 12:52
ShowRoomDescription()

mrangel
08 Mar 2020, 12:59

Quick 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:11

Thank you!


Rock Studios .co
19 Mar 2020, 20:46

cool