I'm having trouble getting this to work.
I'm using the WebEditor, and I'm trying to apply this to a container object within a room, not to an actual room description.
The target object is a 'crowd' which
contains NPC objects.
Attached is a screen shot, but I will also explain more.
I have taken the following code and placed it, as is, directly into the "Look at" object description text for the 'crowd' object. When I play it, I get an error saying, "Unrecognized element: 'look' "
<look type ="script">
text="You see an assorted gathering of villagers, travelers, and adventurers. Most are fairly common. What stands out is an " + ObjectLink(urban ranger) + "."
msg(text)
</look>
I also tried this method, but it didn't work any better.
<description>This is a <object verbs="examine">urban ranger</object>.</description>
Part of why it's hard for me to figure out what I'm doing wrong is that I'm a bit uncertain what limitations the WebEditor has. I know it's a beta and it also lacks certain features for direct editing of things like attributes, but are there some things it cannot do
at all, or is it simply that they have to be done "the hard way?"
I also feel unclear on where code can be placed. You can see what I did in the img attachment, but I'm not at all confidant that putting that sort of thing in that spot would ever do what I'm expecting.
So, did I do it wrong, correctly in the wrong spot, or does that not even work in the WebEditor?