I'm trying to send my player to a room. Here's a simplified example:
: match "west_"{ : goto "cottage" ;}
The location 'cottage' exists. What's going wrong?
That will work. You'll need to do a REDESCRIBE if you want the player to see the change.
Haha yes, got it thanks :p
Have you got a space between "west" and the underscore?
Nope! Solved it. See other posts in thread :)
Aha! It's a silent teleport. It does work, I just need to :redescribe when I arrive. Nevermind!
Yes, it's useful having it work silently, because you can do some clever, sneaky things with it as we discussed in some other threads.
Yesss I saw. Like temporarily dropping the player down a chasm on a bungee cord haha