GetObject

Is this function still working on quest: GetObject? How does it work? I want to create an object using the script "Create an object"....

As far as I know, it still works:

      create ("foo")
o = GetObject("foo")
msg(o)

yields:

Object: foo

(create("foo") is what you get if you add "Create an Object" with name "foo")