GetObject

m4u
01 Nov 2013, 19:23
Is this function still working on quest: GetObject? How does it work? I want to create an object using the script "Create an object"....

jaynabonne
01 Nov 2013, 19:27
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")