![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: Room Descriptions 2 |
gamer1962 |
![]() My original message regarding room descriptions was not very clear. This is the code I would like to use for my room descriptions but I cant get it to print description where I want. The "PRINT DESCRIPTIONS HERE is not the code but it is when I would want the description to print. description { |
Alex |
![]() Hmm... I think the only option is to use the now undocumented, deprecated "$gettag(roomname,tagname)$" function. This is nearly obsolete in Quest 3.x due to the introduction of properties, but in circumstances like this it's the only way to get at the contents of a standard "look" tag (I think). So, in your "PRINT DESCRIPTION HERE", try: msg <$gettag(#quest.currentroom#;look)$> |